Html Css Color HEX #F22D18 Scarlet

📋 copy color: '#F22D18'

red 242 ◦ green 45 ◦ blue 24

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

Shades of Scarlet #F22D18

Tints of Scarlet #F22D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

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

R = 77.81%
G = 14.47%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22D18 (or 0xF22D18) is known color: Scarlet. HEX triplet: F2, 2D and 18. RGB value is (242,45,24). Sum of RGB (Red+Green+Blue) = 242+45+24=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22D18 is #0DD2E7. Grayscale: #656565. Windows color (decimal): -905960 or 1584626. OLE color: 1584626.

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

Color convert

RGB 242 45 24 -
CMYK 0 0.81 0.90 0.05
HSL 5.78º 0.89% 0.52% -
HSV(B) 5.78º 0.9% 0.95% -
XYZ 37.72 20.82 2.89 -
YUV 101.51 84.27 228.21 -
System Red Green Blue C M Y K H S L
Decimal 242 45 24 0 0.81 0.90 0.05 5.78 0.89 0.52
Hex F2 2D 18 0 51 5A 5 6 59 34
Octal 362 55 30 0 121 132 5 6 131 64
Binary 11110010 101101 11000 0 1010001 1011010 101 110 1011001 110100

Color Harmonies of #F22D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D18

Black with #F22D18

Text Example


Text Example

White with #F22D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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