Html Css Color HEX #F21802 Scarlet

📋 copy color: '#F21802'

red 242 ◦ green 24 ◦ blue 2

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

Shades of Scarlet #F21802

Tints of Scarlet #F21802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 90.3%
G = 8.96%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F21802 (or 0xF21802) is known color: Scarlet. HEX triplet: F2, 18 and 02. RGB value is (242,24,2). Sum of RGB (Red+Green+Blue) = 242+24+2=268 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.30% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 242 - color contains mainly: red. Hex color #F21802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21802 is #0DE7FD. Grayscale: #565656. Windows color (decimal): -911358 or 137458. OLE color: 137458.

HSL color Cylindrical-coordinate representation of color #F21802: hue angle of 5.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F21802 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 24 2 -
CMYK 0 0.90 0.99 0.05
HSL 5.5º 0.98% 0.48% -
HSV(B) 5.5º 0.99% 0.95% -
XYZ 36.96 19.53 1.88 -
YUV 86.67 80.22 238.79 -
System Red Green Blue C M Y K H S L
Decimal 242 24 2 0 0.90 0.99 0.05 5.5 0.98 0.48
Hex F2 18 2 0 5A 63 5 6 62 30
Octal 362 30 2 0 132 143 5 6 142 60
Binary 11110010 11000 10 0 1011010 1100011 101 110 1100010 110000

Color Harmonies of #F21802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21802

Black with #F21802

Text Example


Text Example

White with #F21802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21802; }

 p { color: rgb(242,24,2); }

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

background-color css

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

 a { background-color: rgb(242,24,2); }

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

border-color css

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

 span { border-color: rgb(242,24,2); }

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