Html Css Color HEX #F32E13 Scarlet

📋 copy color: '#F32E13'

red 243 ◦ green 46 ◦ blue 19

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

Shades of Scarlet #F32E13

Tints of Scarlet #F32E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 78.9%
G = 14.94%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F32E13 (or 0xF32E13) is known color: Scarlet. HEX triplet: F3, 2E and 13. RGB value is (243,46,19). Sum of RGB (Red+Green+Blue) = 243+46+19=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32E13 is #0CD1EC. Grayscale: #666666. Windows color (decimal): -840173 or 1257203. OLE color: 1257203.

HSL color Cylindrical-coordinate representation of color #F32E13: hue angle of 7.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F32E13 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 46 19 -
CMYK 0 0.81 0.92 0.05
HSL 7.23º 0.9% 0.51% -
HSV(B) 7.23º 0.92% 0.95% -
XYZ 38.06 21.06 2.67 -
YUV 101.83 81.27 228.7 -
System Red Green Blue C M Y K H S L
Decimal 243 46 19 0 0.81 0.92 0.05 7.23 0.9 0.51
Hex F3 2E 13 0 51 5C 5 7 5A 33
Octal 363 56 23 0 121 134 5 7 132 63
Binary 11110011 101110 10011 0 1010001 1011100 101 111 1011010 110011

Color Harmonies of #F32E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32E13

Black with #F32E13

Text Example


Text Example

White with #F32E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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