Html Css Color HEX #F12009 Scarlet

📋 copy color: '#F12009'

red 241 ◦ green 32 ◦ blue 9

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

Shades of Scarlet #F12009

Tints of Scarlet #F12009

RGB

 RED value IS 241 (94.53% from 255) = 85.46%

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 9 (3.91% from 255) = 3.19%

R = 85.46%
G = 11.35%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F12009 (or 0xF12009) is known color: Scarlet. HEX triplet: F1, 20 and 09. RGB value is (241,32,9). Sum of RGB (Red+Green+Blue) = 241+32+9=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F12009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12009 is #0EDFF6. Grayscale: #5C5C5C. Windows color (decimal): -974839 or 598257. OLE color: 598257.

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

Color convert

RGB 241 32 9 -
CMYK 0 0.87 0.96 0.05
HSL 5.95º 0.93% 0.49% -
HSV(B) 5.95º 0.96% 0.95% -
XYZ 36.84 19.75 2.13 -
YUV 91.87 81.24 234.37 -
System Red Green Blue C M Y K H S L
Decimal 241 32 9 0 0.87 0.96 0.05 5.95 0.93 0.49
Hex F1 20 9 0 57 60 5 6 5D 31
Octal 361 40 11 0 127 140 5 6 135 61
Binary 11110001 100000 1001 0 1010111 1100000 101 110 1011101 110001

Color Harmonies of #F12009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12009

Black with #F12009

Text Example


Text Example

White with #F12009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12009; }

 p { color: rgb(241,32,9); }

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

background-color css

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

 a { background-color: rgb(241,32,9); }

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

border-color css

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

 span { border-color: rgb(241,32,9); }

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