Html Css Color HEX #F21D09 Scarlet

📋 copy color: '#F21D09'

red 242 ◦ green 29 ◦ blue 9

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

Shades of Scarlet #F21D09

Tints of Scarlet #F21D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.36%

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

R = 86.43%
G = 10.36%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F21D09 (or 0xF21D09) is known color: Scarlet. HEX triplet: F2, 1D and 09. RGB value is (242,29,9). Sum of RGB (Red+Green+Blue) = 242+29+9=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21D09 is #0DE2F6. Grayscale: #5A5A5A. Windows color (decimal): -910071 or 597490. OLE color: 597490.

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

Color convert

RGB 242 29 9 -
CMYK 0 0.88 0.96 0.05
HSL 5.15º 0.93% 0.49% -
HSV(B) 5.15º 0.96% 0.95% -
XYZ 37.11 19.78 2.12 -
YUV 90.41 82.07 236.13 -
System Red Green Blue C M Y K H S L
Decimal 242 29 9 0 0.88 0.96 0.05 5.15 0.93 0.49
Hex F2 1D 9 0 58 60 5 5 5D 31
Octal 362 35 11 0 130 140 5 5 135 61
Binary 11110010 11101 1001 0 1011000 1100000 101 101 1011101 110001

Color Harmonies of #F21D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D09

Black with #F21D09

Text Example


Text Example

White with #F21D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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