Html Css Color HEX #F22815 Scarlet

📋 copy color: '#F22815'

red 242 ◦ green 40 ◦ blue 21

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

Shades of Scarlet #F22815

Tints of Scarlet #F22815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

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

R = 79.87%
G = 13.2%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F22815 (or 0xF22815) is known color: Scarlet. HEX triplet: F2, 28 and 15. RGB value is (242,40,21). Sum of RGB (Red+Green+Blue) = 242+40+21=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F22815 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22815 is #0DD7EA. Grayscale: #626262. Windows color (decimal): -907243 or 1386738. OLE color: 1386738.

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

Color convert

RGB 242 40 21 -
CMYK 0 0.83 0.91 0.05
HSL 5.16º 0.89% 0.52% -
HSV(B) 5.16º 0.91% 0.95% -
XYZ 37.51 20.45 2.68 -
YUV 98.23 84.42 230.54 -
System Red Green Blue C M Y K H S L
Decimal 242 40 21 0 0.83 0.91 0.05 5.16 0.89 0.52
Hex F2 28 15 0 53 5B 5 5 59 34
Octal 362 50 25 0 123 133 5 5 131 64
Binary 11110010 101000 10101 0 1010011 1011011 101 101 1011001 110100

Color Harmonies of #F22815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22815

Black with #F22815

Text Example


Text Example

White with #F22815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22815; }

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

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

background-color css

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

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

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

border-color css

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

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

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