Html Css Color HEX #F22402 Scarlet

📋 copy color: '#F22402'

red 242 ◦ green 36 ◦ blue 2

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

Shades of Scarlet #F22402

Tints of Scarlet #F22402

RGB

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

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

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

R = 86.43%
G = 12.86%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F22402 (or 0xF22402) is known color: Scarlet. HEX triplet: F2, 24 and 02. RGB value is (242,36,2). Sum of RGB (Red+Green+Blue) = 242+36+2=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F22402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22402 is #0DDBFD. Grayscale: #5E5E5E. Windows color (decimal): -908286 or 140530. OLE color: 140530.

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

Color convert

RGB 242 36 2 -
CMYK 0 0.85 0.99 0.05
HSL 8.5º 0.98% 0.48% -
HSV(B) 8.5º 0.99% 0.95% -
XYZ 37.26 20.14 1.98 -
YUV 93.72 76.25 233.76 -
System Red Green Blue C M Y K H S L
Decimal 242 36 2 0 0.85 0.99 0.05 8.5 0.98 0.48
Hex F2 24 2 0 55 63 5 8 62 30
Octal 362 44 2 0 125 143 5 10 142 60
Binary 11110010 100100 10 0 1010101 1100011 101 1000 1100010 110000

Color Harmonies of #F22402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22402

Black with #F22402

Text Example


Text Example

White with #F22402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22402; }

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

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

background-color css

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

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

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

border-color css

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

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

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