Html Css Color HEX #F4230C Scarlet

📋 copy color: '#F4230C'

red 244 ◦ green 35 ◦ blue 12

#F4230C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F4230C

Tints of Scarlet #F4230C

RGB

 RED value IS 244 (95.7% from 255) = 83.85%

 GREEN value IS 35 (14.06% from 255) = 12.03%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 83.85%
G = 12.03%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F4230C (or 0xF4230C) is known color: Scarlet. HEX triplet: F4, 23 and 0C. RGB value is (244,35,12). Sum of RGB (Red+Green+Blue) = 244+35+12=291 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.85% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 244 - color contains mainly: red. Hex color #F4230C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4230C is #0BDCF3. Grayscale: #5F5F5F. Windows color (decimal): -777460 or 795636. OLE color: 795636.

HSL color Cylindrical-coordinate representation of color #F4230C: hue angle of 5.95º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4230C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 35 12 -
CMYK 0 0.86 0.95 0.04
HSL 5.95º 0.91% 0.5% -
HSV(B) 5.95º 0.95% 0.96% -
XYZ 37.98 20.46 2.3 -
YUV 94.87 81.24 234.37 -
System Red Green Blue C M Y K H S L
Decimal 244 35 12 0 0.86 0.95 0.04 5.95 0.91 0.5
Hex F4 23 C 0 56 5F 4 6 5B 32
Octal 364 43 14 0 126 137 4 6 133 62
Binary 11110100 100011 1100 0 1010110 1011111 100 110 1011011 110010

Color Harmonies of #F4230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4230C

Black with #F4230C

Text Example


Text Example

White with #F4230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4230C; }

 p { color: rgb(244,35,12); }

 H1.HeaderClassName
 {
   color: #F4230C;
 }
 .AnyTagClassName
 {
   color: #F4230C;
 }
</style>

background-color css

<style>
 a { background-color: #F4230C; }

 a { background-color: rgb(244,35,12); }

 div.DivClassName
 {
   background-color: #F4230C;
 }
 .BgClassName
 {
   background-color: #F4230C;
 }
</style>

border-color css

<style>
 span { border-color: #F4230C; }

 span { border-color: rgb(244,35,12); }

 td.TdClassName
 {
   border-color: #F4230C;
 }
 .TagClassName
 {
   border-color: #F4230C;
 }
</style>