Html Css Color HEX #F32C15 Scarlet

📋 copy color: '#F32C15'

red 243 ◦ green 44 ◦ blue 21

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

Shades of Scarlet #F32C15

Tints of Scarlet #F32C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.29%

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

R = 78.9%
G = 14.29%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F32C15 (or 0xF32C15) is known color: Scarlet. HEX triplet: F3, 2C and 15. RGB value is (243,44,21). Sum of RGB (Red+Green+Blue) = 243+44+21=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32C15 is #0CD3EA. Grayscale: #656565. Windows color (decimal): -840683 or 1387763. OLE color: 1387763.

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

Color convert

RGB 243 44 21 -
CMYK 0 0.82 0.91 0.05
HSL 6.22º 0.9% 0.52% -
HSV(B) 6.22º 0.91% 0.95% -
XYZ 38 20.91 2.74 -
YUV 100.88 82.93 229.37 -
System Red Green Blue C M Y K H S L
Decimal 243 44 21 0 0.82 0.91 0.05 6.22 0.9 0.52
Hex F3 2C 15 0 52 5B 5 6 5A 34
Octal 363 54 25 0 122 133 5 6 132 64
Binary 11110011 101100 10101 0 1010010 1011011 101 110 1011010 110100

Color Harmonies of #F32C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C15

Black with #F32C15

Text Example


Text Example

White with #F32C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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