Html Css Color HEX #F32218 Scarlet

📋 copy color: '#F32218'

red 243 ◦ green 34 ◦ blue 24

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

Shades of Scarlet #F32218

Tints of Scarlet #F32218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

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

R = 80.73%
G = 11.3%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F32218 (or 0xF32218) is known color: Scarlet. HEX triplet: F3, 22 and 18. RGB value is (243,34,24). Sum of RGB (Red+Green+Blue) = 243+34+24=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F32218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32218 is #0CDDE7. Grayscale: #5F5F5F. Windows color (decimal): -843240 or 1581811. OLE color: 1581811.

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

Color convert

RGB 243 34 24 -
CMYK 0 0.86 0.90 0.05
HSL 2.74º 0.9% 0.52% -
HSV(B) 2.74º 0.9% 0.95% -
XYZ 37.7 20.26 2.79 -
YUV 95.35 87.74 233.31 -
System Red Green Blue C M Y K H S L
Decimal 243 34 24 0 0.86 0.90 0.05 2.74 0.9 0.52
Hex F3 22 18 0 56 5A 5 3 5A 34
Octal 363 42 30 0 126 132 5 3 132 64
Binary 11110011 100010 11000 0 1010110 1011010 101 11 1011010 110100

Color Harmonies of #F32218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32218

Black with #F32218

Text Example


Text Example

White with #F32218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32218; }

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

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

background-color css

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

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

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

border-color css

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

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

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