Html Css Color HEX #F32315 Scarlet

📋 copy color: '#F32315'

red 243 ◦ green 35 ◦ blue 21

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

Shades of Scarlet #F32315

Tints of Scarlet #F32315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

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

R = 81.27%
G = 11.71%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F32315 (or 0xF32315) is known color: Scarlet. HEX triplet: F3, 23 and 15. RGB value is (243,35,21). Sum of RGB (Red+Green+Blue) = 243+35+21=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F32315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32315 is #0CDCEA. Grayscale: #5F5F5F. Windows color (decimal): -842987 or 1385459. OLE color: 1385459.

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

Color convert

RGB 243 35 21 -
CMYK 0 0.86 0.91 0.05
HSL 3.78º 0.9% 0.52% -
HSV(B) 3.78º 0.91% 0.95% -
XYZ 37.7 20.31 2.64 -
YUV 95.6 85.91 233.14 -
System Red Green Blue C M Y K H S L
Decimal 243 35 21 0 0.86 0.91 0.05 3.78 0.9 0.52
Hex F3 23 15 0 56 5B 5 4 5A 34
Octal 363 43 25 0 126 133 5 4 132 64
Binary 11110011 100011 10101 0 1010110 1011011 101 100 1011010 110100

Color Harmonies of #F32315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32315

Black with #F32315

Text Example


Text Example

White with #F32315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32315; }

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

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

background-color css

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

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

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

border-color css

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

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

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