Html Css Color HEX #F32018 Scarlet

📋 copy color: '#F32018'

red 243 ◦ green 32 ◦ blue 24

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

Shades of Scarlet #F32018

Tints of Scarlet #F32018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.03%

R = 81.27%
G = 10.7%
B = 8.03%

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

#F32018 (or 0xF32018) is known color: Scarlet. HEX triplet: F3, 20 and 18. RGB value is (243,32,24). Sum of RGB (Red+Green+Blue) = 243+32+24=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F32018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32018 is #0CDFE7. Grayscale: #5E5E5E. Windows color (decimal): -843752 or 1581299. OLE color: 1581299.

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

Color convert

RGB 243 32 24 -
CMYK 0 0.87 0.90 0.05
HSL 2.19º 0.9% 0.52% -
HSV(B) 2.19º 0.9% 0.95% -
XYZ 37.64 20.15 2.77 -
YUV 94.18 88.4 234.15 -
System Red Green Blue C M Y K H S L
Decimal 243 32 24 0 0.87 0.90 0.05 2.19 0.9 0.52
Hex F3 20 18 0 57 5A 5 2 5A 34
Octal 363 40 30 0 127 132 5 2 132 64
Binary 11110011 100000 11000 0 1010111 1011010 101 10 1011010 110100

Color Harmonies of #F32018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32018

Black with #F32018

Text Example


Text Example

White with #F32018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32018; }

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

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

background-color css

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

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

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

border-color css

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

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

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