Html Css Color HEX #F32A19 Scarlet

📋 copy color: '#F32A19'

red 243 ◦ green 42 ◦ blue 25

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

Shades of Scarlet #F32A19

Tints of Scarlet #F32A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

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

R = 78.39%
G = 13.55%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F32A19 (or 0xF32A19) is known color: Scarlet. HEX triplet: F3, 2A and 19. RGB value is (243,42,25). Sum of RGB (Red+Green+Blue) = 243+42+25=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32A19 is #0CD5E6. Grayscale: #646464. Windows color (decimal): -841191 or 1649395. OLE color: 1649395.

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

Color convert

RGB 243 42 25 -
CMYK 0 0.83 0.90 0.05
HSL 4.68º 0.9% 0.53% -
HSV(B) 4.68º 0.9% 0.95% -
XYZ 37.97 20.78 2.93 -
YUV 100.16 85.59 229.88 -
System Red Green Blue C M Y K H S L
Decimal 243 42 25 0 0.83 0.90 0.05 4.68 0.9 0.53
Hex F3 2A 19 0 53 5A 5 5 5A 35
Octal 363 52 31 0 123 132 5 5 132 65
Binary 11110011 101010 11001 0 1010011 1011010 101 101 1011010 110101

Color Harmonies of #F32A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A19

Black with #F32A19

Text Example


Text Example

White with #F32A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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