Html Css Color HEX #F22202 Scarlet

📋 copy color: '#F22202'

red 242 ◦ green 34 ◦ blue 2

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

Shades of Scarlet #F22202

Tints of Scarlet #F22202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.23%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 87.05%
G = 12.23%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F22202 (or 0xF22202) is known color: Scarlet. HEX triplet: F2, 22 and 02. RGB value is (242,34,2). Sum of RGB (Red+Green+Blue) = 242+34+2=278 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.05% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 242 - color contains mainly: red. Hex color #F22202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22202 is #0DDDFD. Grayscale: #5C5C5C. Windows color (decimal): -908798 or 140018. OLE color: 140018.

HSL color Cylindrical-coordinate representation of color #F22202: hue angle of 8º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F22202 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 34 2 -
CMYK 0 0.86 0.99 0.05
HSL 0.98% 0.48% -
HSV(B) 0.99% 0.95% -
XYZ 37.2 20.03 1.96 -
YUV 92.54 76.91 234.6 -
System Red Green Blue C M Y K H S L
Decimal 242 34 2 0 0.86 0.99 0.05 8 0.98 0.48
Hex F2 22 2 0 56 63 5 8 62 30
Octal 362 42 2 0 126 143 5 10 142 60
Binary 11110010 100010 10 0 1010110 1100011 101 1000 1100010 110000

Color Harmonies of #F22202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22202

Black with #F22202

Text Example


Text Example

White with #F22202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22202; }

 p { color: rgb(242,34,2); }

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

background-color css

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

 a { background-color: rgb(242,34,2); }

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

border-color css

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

 span { border-color: rgb(242,34,2); }

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