Html Css Color HEX #F12818 Scarlet

📋 copy color: '#F12818'

red 241 ◦ green 40 ◦ blue 24

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

Shades of Scarlet #F12818

Tints of Scarlet #F12818

RGB

 RED value IS 241 (94.53% from 255) = 79.02%

 GREEN value IS 40 (16.02% from 255) = 13.11%

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

R = 79.02%
G = 13.11%
B = 7.87%

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

#F12818 (or 0xF12818) is known color: Scarlet. HEX triplet: F1, 28 and 18. RGB value is (241,40,24). Sum of RGB (Red+Green+Blue) = 241+40+24=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F12818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12818 is #0ED7E7. Grayscale: #626262. Windows color (decimal): -972776 or 1583345. OLE color: 1583345.

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

Color convert

RGB 241 40 24 -
CMYK 0 0.83 0.90 0.05
HSL 4.42º 0.89% 0.52% -
HSV(B) 4.42º 0.9% 0.95% -
XYZ 37.2 20.28 2.82 -
YUV 98.28 86.09 229.8 -
System Red Green Blue C M Y K H S L
Decimal 241 40 24 0 0.83 0.90 0.05 4.42 0.89 0.52
Hex F1 28 18 0 53 5A 5 4 59 34
Octal 361 50 30 0 123 132 5 4 131 64
Binary 11110001 101000 11000 0 1010011 1011010 101 100 1011001 110100

Color Harmonies of #F12818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12818

Black with #F12818

Text Example


Text Example

White with #F12818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12818; }

 p { color: rgb(241,40,24); }

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

background-color css

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

 a { background-color: rgb(241,40,24); }

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

border-color css

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

 span { border-color: rgb(241,40,24); }

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