Html Css Color HEX #F32419 Scarlet

📋 copy color: '#F32419'

red 243 ◦ green 36 ◦ blue 25

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

Shades of Scarlet #F32419

Tints of Scarlet #F32419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 79.93%
G = 11.84%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F32419 (or 0xF32419) is known color: Scarlet. HEX triplet: F3, 24 and 19. RGB value is (243,36,25). Sum of RGB (Red+Green+Blue) = 243+36+25=304 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.93% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 243 - color contains mainly: red. Hex color #F32419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32419 is #0CDBE6. Grayscale: #606060. Windows color (decimal): -842727 or 1647859. OLE color: 1647859.

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

Color convert

RGB 243 36 25 -
CMYK 0 0.85 0.90 0.05
HSL 3.03º 0.9% 0.53% -
HSV(B) 3.03º 0.9% 0.95% -
XYZ 37.77 20.39 2.86 -
YUV 96.64 87.58 232.39 -
System Red Green Blue C M Y K H S L
Decimal 243 36 25 0 0.85 0.90 0.05 3.03 0.9 0.53
Hex F3 24 19 0 55 5A 5 3 5A 35
Octal 363 44 31 0 125 132 5 3 132 65
Binary 11110011 100100 11001 0 1010101 1011010 101 11 1011010 110101

Color Harmonies of #F32419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32419

Black with #F32419

Text Example


Text Example

White with #F32419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32419; }

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

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

background-color css

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

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

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

border-color css

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

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

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