Html Css Color HEX #F32814 Scarlet

📋 copy color: '#F32814'

red 243 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #F32814

Tints of Scarlet #F32814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

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

R = 80.2%
G = 13.2%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F32814 (or 0xF32814) is known color: Scarlet. HEX triplet: F3, 28 and 14. RGB value is (243,40,20). Sum of RGB (Red+Green+Blue) = 243+40+20=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F32814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32814 is #0CD7EB. Grayscale: #626262. Windows color (decimal): -841708 or 1321203. OLE color: 1321203.

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

Color convert

RGB 243 40 20 -
CMYK 0 0.84 0.92 0.05
HSL 5.38º 0.9% 0.52% -
HSV(B) 5.38º 0.92% 0.95% -
XYZ 37.85 20.62 2.65 -
YUV 98.42 83.75 231.13 -
System Red Green Blue C M Y K H S L
Decimal 243 40 20 0 0.84 0.92 0.05 5.38 0.9 0.52
Hex F3 28 14 0 54 5C 5 5 5A 34
Octal 363 50 24 0 124 134 5 5 132 64
Binary 11110011 101000 10100 0 1010100 1011100 101 101 1011010 110100

Color Harmonies of #F32814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32814

Black with #F32814

Text Example


Text Example

White with #F32814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32814; }

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

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

background-color css

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

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

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

border-color css

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

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

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