Html Css Color HEX #F32E14 Scarlet

📋 copy color: '#F32E14'

red 243 ◦ green 46 ◦ blue 20

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

Shades of Scarlet #F32E14

Tints of Scarlet #F32E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 78.64%
G = 14.89%
B = 6.47%

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

#F32E14 (or 0xF32E14) is known color: Scarlet. HEX triplet: F3, 2E and 14. RGB value is (243,46,20). Sum of RGB (Red+Green+Blue) = 243+46+20=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32E14 is #0CD1EB. Grayscale: #666666. Windows color (decimal): -840172 or 1322739. OLE color: 1322739.

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

Color convert

RGB 243 46 20 -
CMYK 0 0.81 0.92 0.05
HSL 0.9% 0.52% -
HSV(B) 0.92% 0.95% -
XYZ 38.07 21.06 2.72 -
YUV 101.94 81.77 228.61 -
System Red Green Blue C M Y K H S L
Decimal 243 46 20 0 0.81 0.92 0.05 7 0.9 0.52
Hex F3 2E 14 0 51 5C 5 7 5A 34
Octal 363 56 24 0 121 134 5 7 132 64
Binary 11110011 101110 10100 0 1010001 1011100 101 111 1011010 110100

Color Harmonies of #F32E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32E14

Black with #F32E14

Text Example


Text Example

White with #F32E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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