Html Css Color HEX #F22300 Scarlet

📋 copy color: '#F22300'

red 242 ◦ green 35 ◦ blue 0

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

Shades of Scarlet #F22300

Tints of Scarlet #F22300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.36%
G = 12.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F22300 (or 0xF22300) is known color: Scarlet. HEX triplet: F2, 23 and 00. RGB value is (242,35,0). Sum of RGB (Red+Green+Blue) = 242+35+0=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F22300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22300 is #0DDCFF. Grayscale: #5D5D5D. Windows color (decimal): -908544 or 9202. OLE color: 9202.

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

Color convert

RGB 242 35 0 -
CMYK 0 0.86 1 0.05
HSL 8.68º 1% 0.47% -
HSV(B) 8.68º 1% 0.95% -
XYZ 37.22 20.08 1.91 -
YUV 92.9 75.58 234.35 -
System Red Green Blue C M Y K H S L
Decimal 242 35 0 0 0.86 1 0.05 8.68 1 0.47
Hex F2 23 0 0 56 64 5 9 64 2F
Octal 362 43 0 0 126 144 5 11 144 57
Binary 11110010 100011 0 0 1010110 1100100 101 1001 1100100 101111

Color Harmonies of #F22300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22300

Black with #F22300

Text Example


Text Example

White with #F22300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22300; }

 p { color: rgb(242,35,0); }

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

background-color css

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

 a { background-color: rgb(242,35,0); }

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

border-color css

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

 span { border-color: rgb(242,35,0); }

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