Html Css Color HEX #F32615 Scarlet

📋 copy color: '#F32615'

red 243 ◦ green 38 ◦ blue 21

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

Shades of Scarlet #F32615

Tints of Scarlet #F32615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.58%

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

R = 80.46%
G = 12.58%
B = 6.95%

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

#F32615 (or 0xF32615) is known color: Scarlet. HEX triplet: F3, 26 and 15. RGB value is (243,38,21). Sum of RGB (Red+Green+Blue) = 243+38+21=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F32615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32615 is #0CD9EA. Grayscale: #616161. Windows color (decimal): -842219 or 1386227. OLE color: 1386227.

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

Color convert

RGB 243 38 21 -
CMYK 0 0.84 0.91 0.05
HSL 4.59º 0.9% 0.52% -
HSV(B) 4.59º 0.91% 0.95% -
XYZ 37.79 20.5 2.67 -
YUV 97.36 84.92 231.88 -
System Red Green Blue C M Y K H S L
Decimal 243 38 21 0 0.84 0.91 0.05 4.59 0.9 0.52
Hex F3 26 15 0 54 5B 5 5 5A 34
Octal 363 46 25 0 124 133 5 5 132 64
Binary 11110011 100110 10101 0 1010100 1011011 101 101 1011010 110100

Color Harmonies of #F32615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32615

Black with #F32615

Text Example


Text Example

White with #F32615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32615; }

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

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

background-color css

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

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

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

border-color css

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

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

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