Html Css Color HEX #FD2014 Scarlet

📋 copy color: '#FD2014'

red 253 ◦ green 32 ◦ blue 20

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

Shades of Scarlet #FD2014

Tints of Scarlet #FD2014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 82.95%
G = 10.49%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD2014 (or 0xFD2014) is known color: Scarlet. HEX triplet: FD, 20 and 14. RGB value is (253,32,20). Sum of RGB (Red+Green+Blue) = 253+32+20=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2014 is #02DFEB. Grayscale: #606060. Windows color (decimal): -188396 or 1319165. OLE color: 1319165.

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

Color convert

RGB 253 32 20 -
CMYK 0 0.87 0.92 0.01
HSL 3.09º 0.98% 0.54% -
HSV(B) 3.09º 0.92% 0.99% -
XYZ 41.15 21.97 2.73 -
YUV 96.71 84.72 239.48 -
System Red Green Blue C M Y K H S L
Decimal 253 32 20 0 0.87 0.92 0.01 3.09 0.98 0.54
Hex FD 20 14 0 57 5C 1 3 62 36
Octal 375 40 24 0 127 134 1 3 142 66
Binary 11111101 100000 10100 0 1010111 1011100 1 11 1100010 110110

Color Harmonies of #FD2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2014

Black with #FD2014

Text Example


Text Example

White with #FD2014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2014; }

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

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

background-color css

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

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

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

border-color css

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

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

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