Html Css Color HEX #F21815 Scarlet

📋 copy color: '#F21815'

red 242 ◦ green 24 ◦ blue 21

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

Shades of Scarlet #F21815

Tints of Scarlet #F21815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.32%

R = 84.32%
G = 8.36%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F21815 (or 0xF21815) is known color: Scarlet. HEX triplet: F2, 18 and 15. RGB value is (242,24,21). Sum of RGB (Red+Green+Blue) = 242+24+21=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F21815 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21815 is #0DE7EA. Grayscale: #595959. Windows color (decimal): -911339 or 1382642. OLE color: 1382642.

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

Color convert

RGB 242 24 21 -
CMYK 0 0.90 0.91 0.05
HSL 0.81º 0.89% 0.52% -
HSV(B) 0.81º 0.91% 0.95% -
XYZ 37.08 19.58 2.54 -
YUV 88.84 89.72 237.24 -
System Red Green Blue C M Y K H S L
Decimal 242 24 21 0 0.90 0.91 0.05 0.81 0.89 0.52
Hex F2 18 15 0 5A 5B 5 1 59 34
Octal 362 30 25 0 132 133 5 1 131 64
Binary 11110010 11000 10101 0 1011010 1011011 101 1 1011001 110100

Color Harmonies of #F21815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21815

Black with #F21815

Text Example


Text Example

White with #F21815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21815; }

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

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

background-color css

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

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

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

border-color css

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

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

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