Html Css Color HEX #F22900 Scarlet

📋 copy color: '#F22900'

red 242 ◦ green 41 ◦ blue 0

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

Shades of Scarlet #F22900

Tints of Scarlet #F22900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

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

R = 85.51%
G = 14.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F22900 (or 0xF22900) is known color: Scarlet. HEX triplet: F2, 29 and 00. RGB value is (242,41,0). Sum of RGB (Red+Green+Blue) = 242+41+0=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F22900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22900 is #0DD6FF. Grayscale: #606060. Windows color (decimal): -907008 or 10738. OLE color: 10738.

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

Color convert

RGB 242 41 0 -
CMYK 0 0.83 1 0.05
HSL 10.17º 1% 0.47% -
HSV(B) 10.17º 1% 0.95% -
XYZ 37.41 20.46 1.98 -
YUV 96.43 73.59 231.83 -
System Red Green Blue C M Y K H S L
Decimal 242 41 0 0 0.83 1 0.05 10.17 1 0.47
Hex F2 29 0 0 53 64 5 A 64 2F
Octal 362 51 0 0 123 144 5 12 144 57
Binary 11110010 101001 0 0 1010011 1100100 101 1010 1100100 101111

Color Harmonies of #F22900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22900

Black with #F22900

Text Example


Text Example

White with #F22900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22900; }

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

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

background-color css

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

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

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

border-color css

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

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

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