Html Css Color HEX #F21800 Scarlet

📋 copy color: '#F21800'

red 242 ◦ green 24 ◦ blue 0

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

Shades of Scarlet #F21800

Tints of Scarlet #F21800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.98%
G = 9.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F21800 (or 0xF21800) is known color: Scarlet. HEX triplet: F2, 18 and 00. RGB value is (242,24,0). Sum of RGB (Red+Green+Blue) = 242+24+0=266 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.98% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 242 - color contains mainly: red. Hex color #F21800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21800 is #0DE7FF. Grayscale: #565656. Windows color (decimal): -911360 or 6386. OLE color: 6386.

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

Color convert

RGB 242 24 0 -
CMYK 0 0.90 1 0.05
HSL 5.95º 1% 0.47% -
HSV(B) 5.95º 1% 0.95% -
XYZ 36.94 19.53 1.82 -
YUV 86.45 79.22 238.95 -
System Red Green Blue C M Y K H S L
Decimal 242 24 0 0 0.90 1 0.05 5.95 1 0.47
Hex F2 18 0 0 5A 64 5 6 64 2F
Octal 362 30 0 0 132 144 5 6 144 57
Binary 11110010 11000 0 0 1011010 1100100 101 110 1100100 101111

Color Harmonies of #F21800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21800

Black with #F21800

Text Example


Text Example

White with #F21800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21800; }

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

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

background-color css

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

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

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

border-color css

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

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

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