Html Css Color HEX #FD2714 Scarlet

📋 copy color: '#FD2714'

red 253 ◦ green 39 ◦ blue 20

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

Shades of Scarlet #FD2714

Tints of Scarlet #FD2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

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

R = 81.09%
G = 12.5%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2714 (or 0xFD2714) is known color: Scarlet. HEX triplet: FD, 27 and 14. RGB value is (253,39,20). Sum of RGB (Red+Green+Blue) = 253+39+20=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2714 is #02D8EB. Grayscale: #656565. Windows color (decimal): -186604 or 1320957. OLE color: 1320957.

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

Color convert

RGB 253 39 20 -
CMYK 0 0.85 0.92 0.01
HSL 4.89º 0.98% 0.54% -
HSV(B) 4.89º 0.92% 0.99% -
XYZ 41.36 22.38 2.8 -
YUV 100.82 82.4 236.54 -
System Red Green Blue C M Y K H S L
Decimal 253 39 20 0 0.85 0.92 0.01 4.89 0.98 0.54
Hex FD 27 14 0 55 5C 1 5 62 36
Octal 375 47 24 0 125 134 1 5 142 66
Binary 11111101 100111 10100 0 1010101 1011100 1 101 1100010 110110

Color Harmonies of #FD2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2714

Black with #FD2714

Text Example


Text Example

White with #FD2714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2714; }

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

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

background-color css

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

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

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

border-color css

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

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

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