Html Css Color HEX #F32918 Scarlet

📋 copy color: '#F32918'

red 243 ◦ green 41 ◦ blue 24

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

Shades of Scarlet #F32918

Tints of Scarlet #F32918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 78.9%
G = 13.31%
B = 7.79%

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

#F32918 (or 0xF32918) is known color: Scarlet. HEX triplet: F3, 29 and 18. RGB value is (243,41,24). Sum of RGB (Red+Green+Blue) = 243+41+24=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F32918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32918 is #0CD6E7. Grayscale: #636363. Windows color (decimal): -841448 or 1583603. OLE color: 1583603.

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

Color convert

RGB 243 41 24 -
CMYK 0 0.83 0.90 0.05
HSL 4.66º 0.9% 0.52% -
HSV(B) 4.66º 0.9% 0.95% -
XYZ 37.92 20.71 2.86 -
YUV 99.46 85.42 230.38 -
System Red Green Blue C M Y K H S L
Decimal 243 41 24 0 0.83 0.90 0.05 4.66 0.9 0.52
Hex F3 29 18 0 53 5A 5 5 5A 34
Octal 363 51 30 0 123 132 5 5 132 64
Binary 11110011 101001 11000 0 1010011 1011010 101 101 1011010 110100

Color Harmonies of #F32918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32918

Black with #F32918

Text Example


Text Example

White with #F32918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32918; }

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

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

background-color css

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

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

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

border-color css

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

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

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