Html Css Color HEX #D01D40 Cardinal

📋 copy color: '#D01D40'

red 208 ◦ green 29 ◦ blue 64

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

Shades of Cardinal #D01D40

Tints of Cardinal #D01D40

RGB

 RED value IS 208 (81.64% from 255) = 69.1%

 GREEN value IS 29 (11.72% from 255) = 9.63%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 69.1%
G = 9.63%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D01D40 (or 0xD01D40) is known color: Cardinal. HEX triplet: D0, 1D and 40. RGB value is (208,29,64). Sum of RGB (Red+Green+Blue) = 208+29+64=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01D40 is #2FE2BF. Grayscale: #565656. Windows color (decimal): -3138240 or 4201936. OLE color: 4201936.

HSL color Cylindrical-coordinate representation of color #D01D40: hue angle of 348.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D40 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 29 64 -
CMYK 0 0.86 0.69 0.18
HSL 348.27º 0.76% 0.46% -
HSV(B) 348.27º 0.86% 0.82% -
XYZ 27.38 14.66 6.24 -
YUV 86.51 115.3 214.65 -
System Red Green Blue C M Y K H S L
Decimal 208 29 64 0 0.86 0.69 0.18 348.27 0.76 0.46
Hex D0 1D 40 0 56 45 12 15C 4C 2E
Octal 320 35 100 0 126 105 22 534 114 56
Binary 11010000 11101 1000000 0 1010110 1000101 10010 101011100 1001100 101110

Color Harmonies of #D01D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D40

Black with #D01D40

Text Example


Text Example

White with #D01D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D40; }

 p { color: rgb(208,29,64); }

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

background-color css

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

 a { background-color: rgb(208,29,64); }

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

border-color css

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

 span { border-color: rgb(208,29,64); }

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