Html Css Color HEX #F21605 Scarlet

📋 copy color: '#F21605'

red 242 ◦ green 22 ◦ blue 5

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

Shades of Scarlet #F21605

Tints of Scarlet #F21605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.86%

R = 89.96%
G = 8.18%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F21605 (or 0xF21605) is known color: Scarlet. HEX triplet: F2, 16 and 05. RGB value is (242,22,5). Sum of RGB (Red+Green+Blue) = 242+22+5=269 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.96% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 242 - color contains mainly: red. Hex color #F21605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21605 is #0DE9FA. Grayscale: #565656. Windows color (decimal): -911867 or 333554. OLE color: 333554.

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

Color convert

RGB 242 22 5 -
CMYK 0 0.91 0.98 0.05
HSL 4.3º 0.96% 0.48% -
HSV(B) 4.3º 0.98% 0.95% -
XYZ 36.93 19.46 1.95 -
YUV 85.84 82.39 239.38 -
System Red Green Blue C M Y K H S L
Decimal 242 22 5 0 0.91 0.98 0.05 4.3 0.96 0.48
Hex F2 16 5 0 5B 62 5 4 60 30
Octal 362 26 5 0 133 142 5 4 140 60
Binary 11110010 10110 101 0 1011011 1100010 101 100 1100000 110000

Color Harmonies of #F21605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21605

Black with #F21605

Text Example


Text Example

White with #F21605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21605; }

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

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

background-color css

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

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

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

border-color css

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

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

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