Html Css Color HEX #F22612 Scarlet

📋 copy color: '#F22612'

red 242 ◦ green 38 ◦ blue 18

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

Shades of Scarlet #F22612

Tints of Scarlet #F22612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 81.21%
G = 12.75%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F22612 (or 0xF22612) is known color: Scarlet. HEX triplet: F2, 26 and 12. RGB value is (242,38,18). Sum of RGB (Red+Green+Blue) = 242+38+18=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F22612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22612 is #0DD9ED. Grayscale: #616161. Windows color (decimal): -907758 or 1189618. OLE color: 1189618.

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

Color convert

RGB 242 38 18 -
CMYK 0 0.84 0.93 0.05
HSL 5.36º 0.9% 0.51% -
HSV(B) 5.36º 0.93% 0.95% -
XYZ 37.42 20.31 2.52 -
YUV 96.72 83.59 231.63 -
System Red Green Blue C M Y K H S L
Decimal 242 38 18 0 0.84 0.93 0.05 5.36 0.9 0.51
Hex F2 26 12 0 54 5D 5 5 5A 33
Octal 362 46 22 0 124 135 5 5 132 63
Binary 11110010 100110 10010 0 1010100 1011101 101 101 1011010 110011

Color Harmonies of #F22612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22612

Black with #F22612

Text Example


Text Example

White with #F22612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22612; }

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

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

background-color css

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

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

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

border-color css

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

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

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