Html Css Color HEX #F21511 Scarlet

📋 copy color: '#F21511'

red 242 ◦ green 21 ◦ blue 17

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

Shades of Scarlet #F21511

Tints of Scarlet #F21511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 17 (7.03% from 255) = 6.07%

R = 86.43%
G = 7.5%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F21511 (or 0xF21511) is known color: Scarlet. HEX triplet: F2, 15 and 11. RGB value is (242,21,17). Sum of RGB (Red+Green+Blue) = 242+21+17=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F21511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21511 is #0DEAEE. Grayscale: #565656. Windows color (decimal): -912111 or 1119730. OLE color: 1119730.

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

Color convert

RGB 242 21 17 -
CMYK 0 0.91 0.93 0.05
HSL 1.07º 0.9% 0.51% -
HSV(B) 1.07º 0.93% 0.95% -
XYZ 36.99 19.45 2.34 -
YUV 86.62 88.72 238.83 -
System Red Green Blue C M Y K H S L
Decimal 242 21 17 0 0.91 0.93 0.05 1.07 0.9 0.51
Hex F2 15 11 0 5B 5D 5 1 5A 33
Octal 362 25 21 0 133 135 5 1 132 63
Binary 11110010 10101 10001 0 1011011 1011101 101 1 1011010 110011

Color Harmonies of #F21511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21511

Black with #F21511

Text Example


Text Example

White with #F21511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21511; }

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

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

background-color css

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

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

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

border-color css

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

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

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