Html Css Color HEX #F21609 Scarlet

📋 copy color: '#F21609'

red 242 ◦ green 22 ◦ blue 9

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

Shades of Scarlet #F21609

Tints of Scarlet #F21609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

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

R = 88.64%
G = 8.06%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F21609 (or 0xF21609) is known color: Scarlet. HEX triplet: F2, 16 and 09. RGB value is (242,22,9). Sum of RGB (Red+Green+Blue) = 242+22+9=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F21609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21609 is #0DE9F6. Grayscale: #565656. Windows color (decimal): -911863 or 595698. OLE color: 595698.

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

Color convert

RGB 242 22 9 -
CMYK 0 0.91 0.96 0.05
HSL 3.35º 0.93% 0.49% -
HSV(B) 3.35º 0.96% 0.95% -
XYZ 36.95 19.47 2.07 -
YUV 86.3 84.39 239.06 -
System Red Green Blue C M Y K H S L
Decimal 242 22 9 0 0.91 0.96 0.05 3.35 0.93 0.49
Hex F2 16 9 0 5B 60 5 3 5D 31
Octal 362 26 11 0 133 140 5 3 135 61
Binary 11110010 10110 1001 0 1011011 1100000 101 11 1011101 110001

Color Harmonies of #F21609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21609

Black with #F21609

Text Example


Text Example

White with #F21609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21609; }

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

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

background-color css

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

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

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

border-color css

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

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

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