Html Css Color HEX #F32E12 Scarlet

📋 copy color: '#F32E12'

red 243 ◦ green 46 ◦ blue 18

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

Shades of Scarlet #F32E12

Tints of Scarlet #F32E12

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

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

R = 79.15%
G = 14.98%
B = 5.86%

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

#F32E12 (or 0xF32E12) is known color: Scarlet. HEX triplet: F3, 2E and 12. RGB value is (243,46,18). Sum of RGB (Red+Green+Blue) = 243+46+18=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32E12 is #0CD1ED. Grayscale: #666666. Windows color (decimal): -840174 or 1191667. OLE color: 1191667.

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

Color convert

RGB 243 46 18 -
CMYK 0 0.81 0.93 0.05
HSL 7.47º 0.9% 0.51% -
HSV(B) 7.47º 0.93% 0.95% -
XYZ 38.05 21.05 2.63 -
YUV 101.71 80.77 228.78 -
System Red Green Blue C M Y K H S L
Decimal 243 46 18 0 0.81 0.93 0.05 7.47 0.9 0.51
Hex F3 2E 12 0 51 5D 5 7 5A 33
Octal 363 56 22 0 121 135 5 7 132 63
Binary 11110011 101110 10010 0 1010001 1011101 101 111 1011010 110011

Color Harmonies of #F32E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32E12

Black with #F32E12

Text Example


Text Example

White with #F32E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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