Html Css Color HEX #F32D14 Scarlet

📋 copy color: '#F32D14'

red 243 ◦ green 45 ◦ blue 20

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

Shades of Scarlet #F32D14

Tints of Scarlet #F32D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.61%

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

R = 78.9%
G = 14.61%
B = 6.49%

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

#F32D14 (or 0xF32D14) is known color: Scarlet. HEX triplet: F3, 2D and 14. RGB value is (243,45,20). Sum of RGB (Red+Green+Blue) = 243+45+20=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32D14 is #0CD2EB. Grayscale: #656565. Windows color (decimal): -840428 or 1322483. OLE color: 1322483.

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

Color convert

RGB 243 45 20 -
CMYK 0 0.81 0.92 0.05
HSL 6.73º 0.9% 0.52% -
HSV(B) 6.73º 0.92% 0.95% -
XYZ 38.03 20.98 2.71 -
YUV 101.35 82.1 229.03 -
System Red Green Blue C M Y K H S L
Decimal 243 45 20 0 0.81 0.92 0.05 6.73 0.9 0.52
Hex F3 2D 14 0 51 5C 5 7 5A 34
Octal 363 55 24 0 121 134 5 7 132 64
Binary 11110011 101101 10100 0 1010001 1011100 101 111 1011010 110100

Color Harmonies of #F32D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32D14

Black with #F32D14

Text Example


Text Example

White with #F32D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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