Html Css Color HEX #F21600 Scarlet

📋 copy color: '#F21600'

red 242 ◦ green 22 ◦ blue 0

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

Shades of Scarlet #F21600

Tints of Scarlet #F21600

RGB

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

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

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

R = 91.67%
G = 8.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F21600 (or 0xF21600) is known color: Scarlet. HEX triplet: F2, 16 and 00. RGB value is (242,22,0). Sum of RGB (Red+Green+Blue) = 242+22+0=264 (34% of max value = 765). Red value is 242 (94.92% from 255 or 91.67% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 242 - color contains mainly: red. Hex color #F21600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21600 is #0DE9FF. Grayscale: #555555. Windows color (decimal): -911872 or 5874. OLE color: 5874.

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

Color convert

RGB 242 22 0 -
CMYK 0 0.91 1 0.05
HSL 5.45º 1% 0.47% -
HSV(B) 5.45º 1% 0.95% -
XYZ 36.9 19.45 1.81 -
YUV 85.27 79.89 239.79 -
System Red Green Blue C M Y K H S L
Decimal 242 22 0 0 0.91 1 0.05 5.45 1 0.47
Hex F2 16 0 0 5B 64 5 5 64 2F
Octal 362 26 0 0 133 144 5 5 144 57
Binary 11110010 10110 0 0 1011011 1100100 101 101 1100100 101111

Color Harmonies of #F21600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21600

Black with #F21600

Text Example


Text Example

White with #F21600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21600; }

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

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

background-color css

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

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

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

border-color css

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

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

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