Html Css Color HEX #F22912 Scarlet

📋 copy color: '#F22912'

red 242 ◦ green 41 ◦ blue 18

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

Shades of Scarlet #F22912

Tints of Scarlet #F22912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 80.4%
G = 13.62%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F22912 (or 0xF22912) is known color: Scarlet. HEX triplet: F2, 29 and 12. RGB value is (242,41,18). Sum of RGB (Red+Green+Blue) = 242+41+18=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F22912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22912 is #0DD6ED. Grayscale: #626262. Windows color (decimal): -906990 or 1190386. OLE color: 1190386.

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

Color convert

RGB 242 41 18 -
CMYK 0 0.83 0.93 0.05
HSL 6.16º 0.9% 0.51% -
HSV(B) 6.16º 0.93% 0.95% -
XYZ 37.52 20.51 2.55 -
YUV 98.48 82.59 230.37 -
System Red Green Blue C M Y K H S L
Decimal 242 41 18 0 0.83 0.93 0.05 6.16 0.9 0.51
Hex F2 29 12 0 53 5D 5 6 5A 33
Octal 362 51 22 0 123 135 5 6 132 63
Binary 11110010 101001 10010 0 1010011 1011101 101 110 1011010 110011

Color Harmonies of #F22912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22912

Black with #F22912

Text Example


Text Example

White with #F22912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22912; }

 p { color: rgb(242,41,18); }

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

background-color css

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

 a { background-color: rgb(242,41,18); }

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

border-color css

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

 span { border-color: rgb(242,41,18); }

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