Html Css Color HEX #CD1D4C Cardinal

📋 copy color: '#CD1D4C'

red 205 ◦ green 29 ◦ blue 76

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

Shades of Cardinal #CD1D4C

Tints of Cardinal #CD1D4C

RGB

 RED value IS 205 (80.47% from 255) = 66.13%

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

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 66.13%
G = 9.35%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD1D4C (or 0xCD1D4C) is known color: Cardinal. HEX triplet: CD, 1D and 4C. RGB value is (205,29,76). Sum of RGB (Red+Green+Blue) = 205+29+76=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1D4C is #32E2B3. Grayscale: #565656. Windows color (decimal): -3334836 or 4988365. OLE color: 4988365.

HSL color Cylindrical-coordinate representation of color #CD1D4C: hue angle of 343.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1D4C is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 29 76 -
CMYK 0 0.86 0.63 0.20
HSL 343.98º 0.75% 0.46% -
HSV(B) 343.98º 0.86% 0.8% -
XYZ 26.92 14.38 8.19 -
YUV 86.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 205 29 76 0 0.86 0.63 0.20 343.98 0.75 0.46
Hex CD 1D 4C 0 56 3F 14 158 4B 2E
Octal 315 35 114 0 126 77 24 530 113 56
Binary 11001101 11101 1001100 0 1010110 111111 10100 101011000 1001011 101110

Color Harmonies of #CD1D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1D4C

Black with #CD1D4C

Text Example


Text Example

White with #CD1D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1D4C; }

 p { color: rgb(205,29,76); }

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

background-color css

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

 a { background-color: rgb(205,29,76); }

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

border-color css

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

 span { border-color: rgb(205,29,76); }

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