Html Css Color HEX #F32816 Scarlet

📋 copy color: '#F32816'

red 243 ◦ green 40 ◦ blue 22

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

Shades of Scarlet #F32816

Tints of Scarlet #F32816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 79.67%
G = 13.11%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F32816 (or 0xF32816) is known color: Scarlet. HEX triplet: F3, 28 and 16. RGB value is (243,40,22). Sum of RGB (Red+Green+Blue) = 243+40+22=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F32816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32816 is #0CD7E9. Grayscale: #626262. Windows color (decimal): -841706 or 1452275. OLE color: 1452275.

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

Color convert

RGB 243 40 22 -
CMYK 0 0.84 0.91 0.05
HSL 4.89º 0.9% 0.52% -
HSV(B) 4.89º 0.91% 0.95% -
XYZ 37.87 20.63 2.75 -
YUV 98.65 84.75 230.96 -
System Red Green Blue C M Y K H S L
Decimal 243 40 22 0 0.84 0.91 0.05 4.89 0.9 0.52
Hex F3 28 16 0 54 5B 5 5 5A 34
Octal 363 50 26 0 124 133 5 5 132 64
Binary 11110011 101000 10110 0 1010100 1011011 101 101 1011010 110100

Color Harmonies of #F32816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32816

Black with #F32816

Text Example


Text Example

White with #F32816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32816; }

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

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

background-color css

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

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

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

border-color css

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

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

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