Html Css Color HEX #F32812 Scarlet

📋 copy color: '#F32812'

red 243 ◦ green 40 ◦ blue 18

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

Shades of Scarlet #F32812

Tints of Scarlet #F32812

RGB

 RED value IS 243 (95.31% from 255) = 80.73%

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 80.73%
G = 13.29%
B = 5.98%

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

#F32812 (or 0xF32812) is known color: Scarlet. HEX triplet: F3, 28 and 12. RGB value is (243,40,18). Sum of RGB (Red+Green+Blue) = 243+40+18=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F32812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32812 is #0CD7ED. Grayscale: #626262. Windows color (decimal): -841710 or 1190131. OLE color: 1190131.

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

Color convert

RGB 243 40 18 -
CMYK 0 0.84 0.93 0.05
HSL 5.87º 0.9% 0.51% -
HSV(B) 5.87º 0.93% 0.95% -
XYZ 37.83 20.62 2.56 -
YUV 98.19 82.75 231.29 -
System Red Green Blue C M Y K H S L
Decimal 243 40 18 0 0.84 0.93 0.05 5.87 0.9 0.51
Hex F3 28 12 0 54 5D 5 6 5A 33
Octal 363 50 22 0 124 135 5 6 132 63
Binary 11110011 101000 10010 0 1010100 1011101 101 110 1011010 110011

Color Harmonies of #F32812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32812

Black with #F32812

Text Example


Text Example

White with #F32812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32812; }

 p { color: rgb(243,40,18); }

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

background-color css

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

 a { background-color: rgb(243,40,18); }

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

border-color css

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

 span { border-color: rgb(243,40,18); }

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