Html Css Color HEX #FD1610 Scarlet

📋 copy color: '#FD1610'

red 253 ◦ green 22 ◦ blue 16

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

Shades of Scarlet #FD1610

Tints of Scarlet #FD1610

RGB

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

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

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

R = 86.94%
G = 7.56%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD1610 (or 0xFD1610) is known color: Scarlet. HEX triplet: FD, 16 and 10. RGB value is (253,22,16). Sum of RGB (Red+Green+Blue) = 253+22+16=291 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.94% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1610 is #02E9EF. Grayscale: #5A5A5A. Windows color (decimal): -190960 or 1054461. OLE color: 1054461.

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

Color convert

RGB 253 22 16 -
CMYK 0 0.91 0.94 0.01
HSL 1.52º 0.98% 0.53% -
HSV(B) 1.52º 0.94% 0.99% -
XYZ 40.89 21.49 2.48 -
YUV 90.39 86.03 243.99 -
System Red Green Blue C M Y K H S L
Decimal 253 22 16 0 0.91 0.94 0.01 1.52 0.98 0.53
Hex FD 16 10 0 5B 5E 1 2 62 35
Octal 375 26 20 0 133 136 1 2 142 65
Binary 11111101 10110 10000 0 1011011 1011110 1 10 1100010 110101

Color Harmonies of #FD1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1610

Black with #FD1610

Text Example


Text Example

White with #FD1610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1610; }

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

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

background-color css

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

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

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

border-color css

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

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

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