Html Css Color HEX #F32F12 Scarlet

📋 copy color: '#F32F12'

red 243 ◦ green 47 ◦ blue 18

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

Shades of Scarlet #F32F12

Tints of Scarlet #F32F12

RGB

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

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

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

R = 78.9%
G = 15.26%
B = 5.84%

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

#F32F12 (or 0xF32F12) is known color: Scarlet. HEX triplet: F3, 2F and 12. RGB value is (243,47,18). Sum of RGB (Red+Green+Blue) = 243+47+18=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32F12 is #0CD0ED. Grayscale: #666666. Windows color (decimal): -839918 or 1191923. OLE color: 1191923.

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

Color convert

RGB 243 47 18 -
CMYK 0 0.81 0.93 0.05
HSL 7.73º 0.9% 0.51% -
HSV(B) 7.73º 0.93% 0.95% -
XYZ 38.09 21.13 2.64 -
YUV 102.3 80.43 228.36 -
System Red Green Blue C M Y K H S L
Decimal 243 47 18 0 0.81 0.93 0.05 7.73 0.9 0.51
Hex F3 2F 12 0 51 5D 5 8 5A 33
Octal 363 57 22 0 121 135 5 10 132 63
Binary 11110011 101111 10010 0 1010001 1011101 101 1000 1011010 110011

Color Harmonies of #F32F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F12

Black with #F32F12

Text Example


Text Example

White with #F32F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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