Html Css Color HEX #F22015 Scarlet

📋 copy color: '#F22015'

red 242 ◦ green 32 ◦ blue 21

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

Shades of Scarlet #F22015

Tints of Scarlet #F22015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 82.03%
G = 10.85%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F22015 (or 0xF22015) is known color: Scarlet. HEX triplet: F2, 20 and 15. RGB value is (242,32,21). Sum of RGB (Red+Green+Blue) = 242+32+21=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F22015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22015 is #0DDFEA. Grayscale: #5D5D5D. Windows color (decimal): -909291 or 1384690. OLE color: 1384690.

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

Color convert

RGB 242 32 21 -
CMYK 0 0.87 0.91 0.05
HSL 2.99º 0.89% 0.52% -
HSV(B) 2.99º 0.91% 0.95% -
XYZ 37.27 19.96 2.6 -
YUV 93.54 87.07 233.89 -
System Red Green Blue C M Y K H S L
Decimal 242 32 21 0 0.87 0.91 0.05 2.99 0.89 0.52
Hex F2 20 15 0 57 5B 5 3 59 34
Octal 362 40 25 0 127 133 5 3 131 64
Binary 11110010 100000 10101 0 1010111 1011011 101 11 1011001 110100

Color Harmonies of #F22015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22015

Black with #F22015

Text Example


Text Example

White with #F22015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22015; }

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

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

background-color css

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

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

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

border-color css

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

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

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