Html Css Color HEX #FD2210 Scarlet

📋 copy color: '#FD2210'

red 253 ◦ green 34 ◦ blue 16

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

Shades of Scarlet #FD2210

Tints of Scarlet #FD2210

RGB

 RED value IS 253 (99.22% from 255) = 83.5%

 GREEN value IS 34 (13.67% from 255) = 11.22%

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

R = 83.5%
G = 11.22%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD2210 (or 0xFD2210) is known color: Scarlet. HEX triplet: FD, 22 and 10. RGB value is (253,34,16). Sum of RGB (Red+Green+Blue) = 253+34+16=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2210 is #02DDEF. Grayscale: #616161. Windows color (decimal): -187888 or 1057533. OLE color: 1057533.

HSL color Cylindrical-coordinate representation of color #FD2210: hue angle of 4.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD2210 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 34 16 -
CMYK 0 0.87 0.94 0.01
HSL 4.56º 0.98% 0.53% -
HSV(B) 4.56º 0.94% 0.99% -
XYZ 41.17 22.06 2.58 -
YUV 97.43 82.05 238.96 -
System Red Green Blue C M Y K H S L
Decimal 253 34 16 0 0.87 0.94 0.01 4.56 0.98 0.53
Hex FD 22 10 0 57 5E 1 5 62 35
Octal 375 42 20 0 127 136 1 5 142 65
Binary 11111101 100010 10000 0 1010111 1011110 1 101 1100010 110101

Color Harmonies of #FD2210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2210

Black with #FD2210

Text Example


Text Example

White with #FD2210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2210; }

 p { color: rgb(253,34,16); }

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

background-color css

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

 a { background-color: rgb(253,34,16); }

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

border-color css

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

 span { border-color: rgb(253,34,16); }

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