Html Css Color HEX #F22716 Scarlet

📋 copy color: '#F22716'

red 242 ◦ green 39 ◦ blue 22

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

Shades of Scarlet #F22716

Tints of Scarlet #F22716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 79.87%
G = 12.87%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F22716 (or 0xF22716) is known color: Scarlet. HEX triplet: F2, 27 and 16. RGB value is (242,39,22). Sum of RGB (Red+Green+Blue) = 242+39+22=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F22716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22716 is #0DD8E9. Grayscale: #626262. Windows color (decimal): -907498 or 1452018. OLE color: 1452018.

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

Color convert

RGB 242 39 22 -
CMYK 0 0.84 0.91 0.05
HSL 4.64º 0.89% 0.52% -
HSV(B) 4.64º 0.91% 0.95% -
XYZ 37.49 20.39 2.72 -
YUV 97.76 85.25 230.88 -
System Red Green Blue C M Y K H S L
Decimal 242 39 22 0 0.84 0.91 0.05 4.64 0.89 0.52
Hex F2 27 16 0 54 5B 5 5 59 34
Octal 362 47 26 0 124 133 5 5 131 64
Binary 11110010 100111 10110 0 1010100 1011011 101 101 1011001 110100

Color Harmonies of #F22716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22716

Black with #F22716

Text Example


Text Example

White with #F22716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22716; }

 p { color: rgb(242,39,22); }

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

background-color css

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

 a { background-color: rgb(242,39,22); }

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

border-color css

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

 span { border-color: rgb(242,39,22); }

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