Html Css Color HEX #F32D1C Scarlet

📋 copy color: '#F32D1C'

red 243 ◦ green 45 ◦ blue 28

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

Shades of Scarlet #F32D1C

Tints of Scarlet #F32D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 76.9%
G = 14.24%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F32D1C (or 0xF32D1C) is known color: Scarlet. HEX triplet: F3, 2D and 1C. RGB value is (243,45,28). Sum of RGB (Red+Green+Blue) = 243+45+28=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D1C is #0CD2E3. Grayscale: #666666. Windows color (decimal): -840420 or 1846771. OLE color: 1846771.

HSL color Cylindrical-coordinate representation of color #F32D1C: hue angle of 4.74º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F32D1C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 45 28 -
CMYK 0 0.81 0.88 0.05
HSL 4.74º 0.9% 0.53% -
HSV(B) 4.74º 0.88% 0.95% -
XYZ 38.11 21.02 3.15 -
YUV 102.26 86.1 228.38 -
System Red Green Blue C M Y K H S L
Decimal 243 45 28 0 0.81 0.88 0.05 4.74 0.9 0.53
Hex F3 2D 1C 0 51 58 5 5 5A 35
Octal 363 55 34 0 121 130 5 5 132 65
Binary 11110011 101101 11100 0 1010001 1011000 101 101 1011010 110101

Color Harmonies of #F32D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32D1C

Black with #F32D1C

Text Example


Text Example

White with #F32D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32D1C; }

 p { color: rgb(243,45,28); }

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

background-color css

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

 a { background-color: rgb(243,45,28); }

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

border-color css

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

 span { border-color: rgb(243,45,28); }

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