Html Css Color HEX #F22910 Scarlet

📋 copy color: '#F22910'

red 242 ◦ green 41 ◦ blue 16

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

Shades of Scarlet #F22910

Tints of Scarlet #F22910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.35%

R = 80.94%
G = 13.71%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F22910 (or 0xF22910) is known color: Scarlet. HEX triplet: F2, 29 and 10. RGB value is (242,41,16). Sum of RGB (Red+Green+Blue) = 242+41+16=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F22910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22910 is #0DD6EF. Grayscale: #626262. Windows color (decimal): -906992 or 1059314. OLE color: 1059314.

HSL color Cylindrical-coordinate representation of color #F22910: hue angle of 6.64º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F22910 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 41 16 -
CMYK 0 0.83 0.93 0.05
HSL 6.64º 0.9% 0.51% -
HSV(B) 6.64º 0.93% 0.95% -
XYZ 37.5 20.5 2.47 -
YUV 98.25 81.59 230.53 -
System Red Green Blue C M Y K H S L
Decimal 242 41 16 0 0.83 0.93 0.05 6.64 0.9 0.51
Hex F2 29 10 0 53 5D 5 7 5A 33
Octal 362 51 20 0 123 135 5 7 132 63
Binary 11110010 101001 10000 0 1010011 1011101 101 111 1011010 110011

Color Harmonies of #F22910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22910

Black with #F22910

Text Example


Text Example

White with #F22910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22910; }

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

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

background-color css

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

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

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

border-color css

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

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

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