Html Css Color HEX #F42202 Scarlet

📋 copy color: '#F42202'

red 244 ◦ green 34 ◦ blue 2

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

Shades of Scarlet #F42202

Tints of Scarlet #F42202

RGB

 RED value IS 244 (95.7% from 255) = 87.14%

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

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

R = 87.14%
G = 12.14%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F42202 (or 0xF42202) is known color: Scarlet. HEX triplet: F4, 22 and 02. RGB value is (244,34,2). Sum of RGB (Red+Green+Blue) = 244+34+2=280 (37% of max value = 765). Red value is 244 (95.70% from 255 or 87.14% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 244 - color contains mainly: red. Hex color #F42202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42202 is #0BDDFD. Grayscale: #5D5D5D. Windows color (decimal): -777726 or 140020. OLE color: 140020.

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

Color convert

RGB 244 34 2 -
CMYK 0 0.86 0.99 0.04
HSL 7.93º 0.98% 0.48% -
HSV(B) 7.93º 0.99% 0.96% -
XYZ 37.89 20.38 1.99 -
YUV 93.14 76.57 235.6 -
System Red Green Blue C M Y K H S L
Decimal 244 34 2 0 0.86 0.99 0.04 7.93 0.98 0.48
Hex F4 22 2 0 56 63 4 8 62 30
Octal 364 42 2 0 126 143 4 10 142 60
Binary 11110100 100010 10 0 1010110 1100011 100 1000 1100010 110000

Color Harmonies of #F42202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42202

Black with #F42202

Text Example


Text Example

White with #F42202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42202; }

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

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

background-color css

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

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

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

border-color css

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

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

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