Html Css Color HEX #F32019 Scarlet

📋 copy color: '#F32019'

red 243 ◦ green 32 ◦ blue 25

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

Shades of Scarlet #F32019

Tints of Scarlet #F32019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

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

R = 81%
G = 10.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F32019 (or 0xF32019) is known color: Scarlet. HEX triplet: F3, 20 and 19. RGB value is (243,32,25). Sum of RGB (Red+Green+Blue) = 243+32+25=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F32019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32019 is #0CDFE6. Grayscale: #5E5E5E. Windows color (decimal): -843751 or 1646835. OLE color: 1646835.

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

Color convert

RGB 243 32 25 -
CMYK 0 0.87 0.90 0.05
HSL 1.93º 0.9% 0.53% -
HSV(B) 1.93º 0.9% 0.95% -
XYZ 37.65 20.16 2.83 -
YUV 94.29 88.9 234.07 -
System Red Green Blue C M Y K H S L
Decimal 243 32 25 0 0.87 0.90 0.05 1.93 0.9 0.53
Hex F3 20 19 0 57 5A 5 2 5A 35
Octal 363 40 31 0 127 132 5 2 132 65
Binary 11110011 100000 11001 0 1010111 1011010 101 10 1011010 110101

Color Harmonies of #F32019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32019

Black with #F32019

Text Example


Text Example

White with #F32019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32019; }

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

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

background-color css

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

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

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

border-color css

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

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

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