Html Css Color HEX #FD2D13 Scarlet

📋 copy color: '#FD2D13'

red 253 ◦ green 45 ◦ blue 19

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

Shades of Scarlet #FD2D13

Tints of Scarlet #FD2D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.2%

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

R = 79.81%
G = 14.2%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2D13 (or 0xFD2D13) is known color: Scarlet. HEX triplet: FD, 2D and 13. RGB value is (253,45,19). Sum of RGB (Red+Green+Blue) = 253+45+19=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2D13 is #02D2EC. Grayscale: #686868. Windows color (decimal): -185069 or 1256957. OLE color: 1256957.

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

Color convert

RGB 253 45 19 -
CMYK 0 0.82 0.92 0.01
HSL 6.67º 0.98% 0.53% -
HSV(B) 6.67º 0.92% 0.99% -
XYZ 41.56 22.81 2.83 -
YUV 104.23 79.91 234.11 -
System Red Green Blue C M Y K H S L
Decimal 253 45 19 0 0.82 0.92 0.01 6.67 0.98 0.53
Hex FD 2D 13 0 52 5C 1 7 62 35
Octal 375 55 23 0 122 134 1 7 142 65
Binary 11111101 101101 10011 0 1010010 1011100 1 111 1100010 110101

Color Harmonies of #FD2D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D13

Black with #FD2D13

Text Example


Text Example

White with #FD2D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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