Html Css Color HEX #F32C19 Scarlet

📋 copy color: '#F32C19'

red 243 ◦ green 44 ◦ blue 25

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

Shades of Scarlet #F32C19

Tints of Scarlet #F32C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 77.88%
G = 14.1%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F32C19 (or 0xF32C19) is known color: Scarlet. HEX triplet: F3, 2C and 19. RGB value is (243,44,25). Sum of RGB (Red+Green+Blue) = 243+44+25=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32C19 is #0CD3E6. Grayscale: #656565. Windows color (decimal): -840679 or 1649907. OLE color: 1649907.

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

Color convert

RGB 243 44 25 -
CMYK 0 0.82 0.90 0.05
HSL 5.23º 0.9% 0.53% -
HSV(B) 5.23º 0.9% 0.95% -
XYZ 38.04 20.93 2.95 -
YUV 101.34 84.93 229.04 -
System Red Green Blue C M Y K H S L
Decimal 243 44 25 0 0.82 0.90 0.05 5.23 0.9 0.53
Hex F3 2C 19 0 52 5A 5 5 5A 35
Octal 363 54 31 0 122 132 5 5 132 65
Binary 11110011 101100 11001 0 1010010 1011010 101 101 1011010 110101

Color Harmonies of #F32C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C19

Black with #F32C19

Text Example


Text Example

White with #F32C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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