Html Css Color HEX #FD2913 Scarlet

📋 copy color: '#FD2913'

red 253 ◦ green 41 ◦ blue 19

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

Shades of Scarlet #FD2913

Tints of Scarlet #FD2913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 80.83%
G = 13.1%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2913 (or 0xFD2913) is known color: Scarlet. HEX triplet: FD, 29 and 13. RGB value is (253,41,19). Sum of RGB (Red+Green+Blue) = 253+41+19=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2913 is #02D6EC. Grayscale: #666666. Windows color (decimal): -186093 or 1255933. OLE color: 1255933.

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

Color convert

RGB 253 41 19 -
CMYK 0 0.84 0.92 0.01
HSL 5.64º 0.98% 0.53% -
HSV(B) 5.64º 0.92% 0.99% -
XYZ 41.42 22.52 2.78 -
YUV 101.88 81.24 235.79 -
System Red Green Blue C M Y K H S L
Decimal 253 41 19 0 0.84 0.92 0.01 5.64 0.98 0.53
Hex FD 29 13 0 54 5C 1 6 62 35
Octal 375 51 23 0 124 134 1 6 142 65
Binary 11111101 101001 10011 0 1010100 1011100 1 110 1100010 110101

Color Harmonies of #FD2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2913

Black with #FD2913

Text Example


Text Example

White with #FD2913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2913; }

 p { color: rgb(253,41,19); }

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

background-color css

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

 a { background-color: rgb(253,41,19); }

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

border-color css

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

 span { border-color: rgb(253,41,19); }

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