Html Css Color HEX #F22F12 Scarlet

📋 copy color: '#F22F12'

red 242 ◦ green 47 ◦ blue 18

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

Shades of Scarlet #F22F12

Tints of Scarlet #F22F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

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

R = 78.83%
G = 15.31%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F22F12 (or 0xF22F12) is known color: Scarlet. HEX triplet: F2, 2F and 12. RGB value is (242,47,18). Sum of RGB (Red+Green+Blue) = 242+47+18=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22F12 is #0DD0ED. Grayscale: #666666. Windows color (decimal): -905454 or 1191922. OLE color: 1191922.

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

Color convert

RGB 242 47 18 -
CMYK 0 0.81 0.93 0.05
HSL 7.77º 0.9% 0.51% -
HSV(B) 7.77º 0.93% 0.95% -
XYZ 37.74 20.95 2.63 -
YUV 102 80.6 227.86 -
System Red Green Blue C M Y K H S L
Decimal 242 47 18 0 0.81 0.93 0.05 7.77 0.9 0.51
Hex F2 2F 12 0 51 5D 5 8 5A 33
Octal 362 57 22 0 121 135 5 10 132 63
Binary 11110010 101111 10010 0 1010001 1011101 101 1000 1011010 110011

Color Harmonies of #F22F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F12

Black with #F22F12

Text Example


Text Example

White with #F22F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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