Html Css Color HEX #F22510 Scarlet

📋 copy color: '#F22510'

red 242 ◦ green 37 ◦ blue 16

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

Shades of Scarlet #F22510

Tints of Scarlet #F22510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 82.03%
G = 12.54%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F22510 (or 0xF22510) is known color: Scarlet. HEX triplet: F2, 25 and 10. RGB value is (242,37,16). Sum of RGB (Red+Green+Blue) = 242+37+16=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F22510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22510 is #0DDAEF. Grayscale: #606060. Windows color (decimal): -908016 or 1058290. OLE color: 1058290.

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

Color convert

RGB 242 37 16 -
CMYK 0 0.85 0.93 0.05
HSL 5.58º 0.9% 0.51% -
HSV(B) 5.58º 0.93% 0.95% -
XYZ 37.37 20.24 2.43 -
YUV 95.9 82.92 232.21 -
System Red Green Blue C M Y K H S L
Decimal 242 37 16 0 0.85 0.93 0.05 5.58 0.9 0.51
Hex F2 25 10 0 55 5D 5 6 5A 33
Octal 362 45 20 0 125 135 5 6 132 63
Binary 11110010 100101 10000 0 1010101 1011101 101 110 1011010 110011

Color Harmonies of #F22510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22510

Black with #F22510

Text Example


Text Example

White with #F22510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22510; }

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

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

background-color css

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

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

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

border-color css

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

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

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