Html Css Color HEX #F21610 Scarlet

📋 copy color: '#F21610'

red 242 ◦ green 22 ◦ blue 16

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

Shades of Scarlet #F21610

Tints of Scarlet #F21610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

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

R = 86.43%
G = 7.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F21610 (or 0xF21610) is known color: Scarlet. HEX triplet: F2, 16 and 10. RGB value is (242,22,16). Sum of RGB (Red+Green+Blue) = 242+22+16=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F21610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21610 is #0DE9EF. Grayscale: #575757. Windows color (decimal): -911856 or 1054450. OLE color: 1054450.

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

Color convert

RGB 242 22 16 -
CMYK 0 0.91 0.93 0.05
HSL 1.59º 0.9% 0.51% -
HSV(B) 1.59º 0.93% 0.95% -
XYZ 37 19.49 2.3 -
YUV 87.1 87.89 238.49 -
System Red Green Blue C M Y K H S L
Decimal 242 22 16 0 0.91 0.93 0.05 1.59 0.9 0.51
Hex F2 16 10 0 5B 5D 5 2 5A 33
Octal 362 26 20 0 133 135 5 2 132 63
Binary 11110010 10110 10000 0 1011011 1011101 101 10 1011010 110011

Color Harmonies of #F21610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21610

Black with #F21610

Text Example


Text Example

White with #F21610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21610; }

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

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

background-color css

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

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

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

border-color css

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

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

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