Html Css Color HEX #F22018 Scarlet

📋 copy color: '#F22018'

red 242 ◦ green 32 ◦ blue 24

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

Shades of Scarlet #F22018

Tints of Scarlet #F22018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

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

R = 81.21%
G = 10.74%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22018 (or 0xF22018) is known color: Scarlet. HEX triplet: F2, 20 and 18. RGB value is (242,32,24). Sum of RGB (Red+Green+Blue) = 242+32+24=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F22018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22018 is #0DDFE7. Grayscale: #5E5E5E. Windows color (decimal): -909288 or 1581298. OLE color: 1581298.

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

Color convert

RGB 242 32 24 -
CMYK 0 0.87 0.90 0.05
HSL 2.2º 0.89% 0.52% -
HSV(B) 2.2º 0.9% 0.95% -
XYZ 37.3 19.98 2.75 -
YUV 93.88 88.57 233.65 -
System Red Green Blue C M Y K H S L
Decimal 242 32 24 0 0.87 0.90 0.05 2.2 0.89 0.52
Hex F2 20 18 0 57 5A 5 2 59 34
Octal 362 40 30 0 127 132 5 2 131 64
Binary 11110010 100000 11000 0 1010111 1011010 101 10 1011001 110100

Color Harmonies of #F22018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22018

Black with #F22018

Text Example


Text Example

White with #F22018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22018; }

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

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

background-color css

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

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

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

border-color css

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

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

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