Html Css Color HEX #F32815 Scarlet

📋 copy color: '#F32815'

red 243 ◦ green 40 ◦ blue 21

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

Shades of Scarlet #F32815

Tints of Scarlet #F32815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 79.93%
G = 13.16%
B = 6.91%

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

#F32815 (or 0xF32815) is known color: Scarlet. HEX triplet: F3, 28 and 15. RGB value is (243,40,21). Sum of RGB (Red+Green+Blue) = 243+40+21=304 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.93% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 243 - color contains mainly: red. Hex color #F32815 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32815 is #0CD7EA. Grayscale: #626262. Windows color (decimal): -841707 or 1386739. OLE color: 1386739.

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

Color convert

RGB 243 40 21 -
CMYK 0 0.84 0.91 0.05
HSL 5.14º 0.9% 0.52% -
HSV(B) 5.14º 0.91% 0.95% -
XYZ 37.86 20.63 2.7 -
YUV 98.53 84.25 231.04 -
System Red Green Blue C M Y K H S L
Decimal 243 40 21 0 0.84 0.91 0.05 5.14 0.9 0.52
Hex F3 28 15 0 54 5B 5 5 5A 34
Octal 363 50 25 0 124 133 5 5 132 64
Binary 11110011 101000 10101 0 1010100 1011011 101 101 1011010 110100

Color Harmonies of #F32815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32815

Black with #F32815

Text Example


Text Example

White with #F32815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32815; }

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

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

background-color css

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

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

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

border-color css

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

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

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