Html Css Color HEX #F52212 Scarlet

📋 copy color: '#F52212'

red 245 ◦ green 34 ◦ blue 18

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

Shades of Scarlet #F52212

Tints of Scarlet #F52212

RGB

 RED value IS 245 (96.09% from 255) = 82.49%

 GREEN value IS 34 (13.67% from 255) = 11.45%

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

R = 82.49%
G = 11.45%
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

#F52212 (or 0xF52212) is known color: Scarlet. HEX triplet: F5, 22 and 12. RGB value is (245,34,18). Sum of RGB (Red+Green+Blue) = 245+34+18=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F52212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52212 is #0ADDED. Grayscale: #5F5F5F. Windows color (decimal): -712174 or 1188597. OLE color: 1188597.

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

Color convert

RGB 245 34 18 -
CMYK 0 0.86 0.93 0.04
HSL 4.23º 0.92% 0.52% -
HSV(B) 4.23º 0.93% 0.96% -
XYZ 38.34 20.6 2.53 -
YUV 95.27 84.4 234.8 -
System Red Green Blue C M Y K H S L
Decimal 245 34 18 0 0.86 0.93 0.04 4.23 0.92 0.52
Hex F5 22 12 0 56 5D 4 4 5C 34
Octal 365 42 22 0 126 135 4 4 134 64
Binary 11110101 100010 10010 0 1010110 1011101 100 100 1011100 110100

Color Harmonies of #F52212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52212

Black with #F52212

Text Example


Text Example

White with #F52212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52212; }

 p { color: rgb(245,34,18); }

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

background-color css

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

 a { background-color: rgb(245,34,18); }

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

border-color css

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

 span { border-color: rgb(245,34,18); }

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