Html Css Color HEX #F22511 Scarlet

📋 copy color: '#F22511'

red 242 ◦ green 37 ◦ blue 17

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

Shades of Scarlet #F22511

Tints of Scarlet #F22511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

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

R = 81.76%
G = 12.5%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F22511 (or 0xF22511) is known color: Scarlet. HEX triplet: F2, 25 and 11. RGB value is (242,37,17). Sum of RGB (Red+Green+Blue) = 242+37+17=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F22511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22511 is #0DDAEE. Grayscale: #606060. Windows color (decimal): -908015 or 1123826. OLE color: 1123826.

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

Color convert

RGB 242 37 17 -
CMYK 0 0.85 0.93 0.05
HSL 5.33º 0.9% 0.51% -
HSV(B) 5.33º 0.93% 0.95% -
XYZ 37.38 20.24 2.47 -
YUV 96.02 83.42 232.13 -
System Red Green Blue C M Y K H S L
Decimal 242 37 17 0 0.85 0.93 0.05 5.33 0.9 0.51
Hex F2 25 11 0 55 5D 5 5 5A 33
Octal 362 45 21 0 125 135 5 5 132 63
Binary 11110010 100101 10001 0 1010101 1011101 101 101 1011010 110011

Color Harmonies of #F22511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22511

Black with #F22511

Text Example


Text Example

White with #F22511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22511; }

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

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

background-color css

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

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

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

border-color css

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

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

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