Html Css Color HEX #F21C00 Scarlet

📋 copy color: '#F21C00'

red 242 ◦ green 28 ◦ blue 0

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

Shades of Scarlet #F21C00

Tints of Scarlet #F21C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

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

R = 89.63%
G = 10.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F21C00 (or 0xF21C00) is known color: Scarlet. HEX triplet: F2, 1C and 00. RGB value is (242,28,0). Sum of RGB (Red+Green+Blue) = 242+28+0=270 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.63% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21C00 is #0DE3FF. Grayscale: #595959. Windows color (decimal): -910336 or 7410. OLE color: 7410.

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

Color convert

RGB 242 28 0 -
CMYK 0 0.88 1 0.05
HSL 6.94º 1% 0.47% -
HSV(B) 6.94º 1% 0.95% -
XYZ 37.03 19.71 1.85 -
YUV 88.79 77.9 237.28 -
System Red Green Blue C M Y K H S L
Decimal 242 28 0 0 0.88 1 0.05 6.94 1 0.47
Hex F2 1C 0 0 58 64 5 7 64 2F
Octal 362 34 0 0 130 144 5 7 144 57
Binary 11110010 11100 0 0 1011000 1100100 101 111 1100100 101111

Color Harmonies of #F21C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C00

Black with #F21C00

Text Example


Text Example

White with #F21C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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