Html Css Color HEX #F42312 Scarlet

📋 copy color: '#F42312'

red 244 ◦ green 35 ◦ blue 18

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

Shades of Scarlet #F42312

Tints of Scarlet #F42312

RGB

 RED value IS 244 (95.7% from 255) = 82.15%

 GREEN value IS 35 (14.06% from 255) = 11.78%

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

R = 82.15%
G = 11.78%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F42312 (or 0xF42312) is known color: Scarlet. HEX triplet: F4, 23 and 12. RGB value is (244,35,18). Sum of RGB (Red+Green+Blue) = 244+35+18=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F42312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42312 is #0BDCED. Grayscale: #5F5F5F. Windows color (decimal): -777454 or 1188852. OLE color: 1188852.

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

Color convert

RGB 244 35 18 -
CMYK 0 0.86 0.93 0.04
HSL 4.51º 0.91% 0.51% -
HSV(B) 4.51º 0.93% 0.96% -
XYZ 38.02 20.48 2.52 -
YUV 95.55 84.24 233.88 -
System Red Green Blue C M Y K H S L
Decimal 244 35 18 0 0.86 0.93 0.04 4.51 0.91 0.51
Hex F4 23 12 0 56 5D 4 5 5B 33
Octal 364 43 22 0 126 135 4 5 133 63
Binary 11110100 100011 10010 0 1010110 1011101 100 101 1011011 110011

Color Harmonies of #F42312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42312

Black with #F42312

Text Example


Text Example

White with #F42312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42312; }

 p { color: rgb(244,35,18); }

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

background-color css

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

 a { background-color: rgb(244,35,18); }

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

border-color css

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

 span { border-color: rgb(244,35,18); }

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