Html Css Color HEX #FD2814 Scarlet

📋 copy color: '#FD2814'

red 253 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #FD2814

Tints of Scarlet #FD2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 80.83%
G = 12.78%
B = 6.39%

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

#FD2814 (or 0xFD2814) is known color: Scarlet. HEX triplet: FD, 28 and 14. RGB value is (253,40,20). Sum of RGB (Red+Green+Blue) = 253+40+20=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2814 is #02D7EB. Grayscale: #656565. Windows color (decimal): -186348 or 1321213. OLE color: 1321213.

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

Color convert

RGB 253 40 20 -
CMYK 0 0.84 0.92 0.01
HSL 5.15º 0.98% 0.54% -
HSV(B) 5.15º 0.92% 0.99% -
XYZ 41.39 22.45 2.81 -
YUV 101.41 82.07 236.13 -
System Red Green Blue C M Y K H S L
Decimal 253 40 20 0 0.84 0.92 0.01 5.15 0.98 0.54
Hex FD 28 14 0 54 5C 1 5 62 36
Octal 375 50 24 0 124 134 1 5 142 66
Binary 11111101 101000 10100 0 1010100 1011100 1 101 1100010 110110

Color Harmonies of #FD2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2814

Black with #FD2814

Text Example


Text Example

White with #FD2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2814; }

 p { color: rgb(253,40,20); }

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

background-color css

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

 a { background-color: rgb(253,40,20); }

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

border-color css

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

 span { border-color: rgb(253,40,20); }

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