Html Css Color HEX #F22418 Scarlet

📋 copy color: '#F22418'

red 242 ◦ green 36 ◦ blue 24

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

Shades of Scarlet #F22418

Tints of Scarlet #F22418

RGB

 RED value IS 242 (94.92% from 255) = 80.13%

 GREEN value IS 36 (14.45% from 255) = 11.92%

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

R = 80.13%
G = 11.92%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22418 (or 0xF22418) is known color: Scarlet. HEX triplet: F2, 24 and 18. RGB value is (242,36,24). Sum of RGB (Red+Green+Blue) = 242+36+24=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F22418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22418 is #0DDBE7. Grayscale: #606060. Windows color (decimal): -908264 or 1582322. OLE color: 1582322.

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

Color convert

RGB 242 36 24 -
CMYK 0 0.85 0.90 0.05
HSL 3.3º 0.89% 0.52% -
HSV(B) 3.3º 0.9% 0.95% -
XYZ 37.41 20.2 2.79 -
YUV 96.23 87.25 231.98 -
System Red Green Blue C M Y K H S L
Decimal 242 36 24 0 0.85 0.90 0.05 3.3 0.89 0.52
Hex F2 24 18 0 55 5A 5 3 59 34
Octal 362 44 30 0 125 132 5 3 131 64
Binary 11110010 100100 11000 0 1010101 1011010 101 11 1011001 110100

Color Harmonies of #F22418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22418

Black with #F22418

Text Example


Text Example

White with #F22418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22418; }

 p { color: rgb(242,36,24); }

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

background-color css

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

 a { background-color: rgb(242,36,24); }

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

border-color css

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

 span { border-color: rgb(242,36,24); }

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