Html Css Color HEX #F22909 Scarlet

📋 copy color: '#F22909'

red 242 ◦ green 41 ◦ blue 9

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

Shades of Scarlet #F22909

Tints of Scarlet #F22909

RGB

 RED value IS 242 (94.92% from 255) = 82.88%

 GREEN value IS 41 (16.41% from 255) = 14.04%

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

R = 82.88%
G = 14.04%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F22909 (or 0xF22909) is known color: Scarlet. HEX triplet: F2, 29 and 09. RGB value is (242,41,9). Sum of RGB (Red+Green+Blue) = 242+41+9=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F22909 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22909 is #0DD6F6. Grayscale: #616161. Windows color (decimal): -906999 or 600562. OLE color: 600562.

HSL color Cylindrical-coordinate representation of color #F22909: hue angle of 8.24º 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 #F22909 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 41 9 -
CMYK 0 0.83 0.96 0.05
HSL 8.24º 0.93% 0.49% -
HSV(B) 8.24º 0.96% 0.95% -
XYZ 37.46 20.48 2.24 -
YUV 97.45 78.09 231.1 -
System Red Green Blue C M Y K H S L
Decimal 242 41 9 0 0.83 0.96 0.05 8.24 0.93 0.49
Hex F2 29 9 0 53 60 5 8 5D 31
Octal 362 51 11 0 123 140 5 10 135 61
Binary 11110010 101001 1001 0 1010011 1100000 101 1000 1011101 110001

Color Harmonies of #F22909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22909

Black with #F22909

Text Example


Text Example

White with #F22909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22909; }

 p { color: rgb(242,41,9); }

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

background-color css

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

 a { background-color: rgb(242,41,9); }

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

border-color css

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

 span { border-color: rgb(242,41,9); }

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