Html Css Color HEX #F32515 Scarlet

📋 copy color: '#F32515'

red 243 ◦ green 37 ◦ blue 21

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

Shades of Scarlet #F32515

Tints of Scarlet #F32515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 80.73%
G = 12.29%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F32515 (or 0xF32515) is known color: Scarlet. HEX triplet: F3, 25 and 15. RGB value is (243,37,21). Sum of RGB (Red+Green+Blue) = 243+37+21=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F32515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32515 is #0CDAEA. Grayscale: #616161. Windows color (decimal): -842475 or 1385971. OLE color: 1385971.

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

Color convert

RGB 243 37 21 -
CMYK 0 0.85 0.91 0.05
HSL 4.32º 0.9% 0.52% -
HSV(B) 4.32º 0.91% 0.95% -
XYZ 37.76 20.43 2.66 -
YUV 96.77 85.25 232.3 -
System Red Green Blue C M Y K H S L
Decimal 243 37 21 0 0.85 0.91 0.05 4.32 0.9 0.52
Hex F3 25 15 0 55 5B 5 4 5A 34
Octal 363 45 25 0 125 133 5 4 132 64
Binary 11110011 100101 10101 0 1010101 1011011 101 100 1011010 110100

Color Harmonies of #F32515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32515

Black with #F32515

Text Example


Text Example

White with #F32515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32515; }

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

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

background-color css

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

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

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

border-color css

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

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

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