Html Css Color HEX #F22E0B Scarlet

📋 copy color: '#F22E0B'

red 242 ◦ green 46 ◦ blue 11

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

Shades of Scarlet #F22E0B

Tints of Scarlet #F22E0B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.38%

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 80.94%
G = 15.38%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F22E0B (or 0xF22E0B) is known color: Scarlet. HEX triplet: F2, 2E and 0B. RGB value is (242,46,11). Sum of RGB (Red+Green+Blue) = 242+46+11=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22E0B is #0DD1F4. Grayscale: #646464. Windows color (decimal): -905717 or 732914. OLE color: 732914.

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

Color convert

RGB 242 46 11 -
CMYK 0 0.81 0.95 0.05
HSL 9.09º 0.91% 0.5% -
HSV(B) 9.09º 0.95% 0.95% -
XYZ 37.66 20.86 2.36 -
YUV 100.61 77.43 228.85 -
System Red Green Blue C M Y K H S L
Decimal 242 46 11 0 0.81 0.95 0.05 9.09 0.91 0.5
Hex F2 2E B 0 51 5F 5 9 5B 32
Octal 362 56 13 0 121 137 5 11 133 62
Binary 11110010 101110 1011 0 1010001 1011111 101 1001 1011011 110010

Color Harmonies of #F22E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22E0B

Black with #F22E0B

Text Example


Text Example

White with #F22E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22E0B; }

 p { color: rgb(242,46,11); }

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

background-color css

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

 a { background-color: rgb(242,46,11); }

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

border-color css

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

 span { border-color: rgb(242,46,11); }

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