Html Css Color HEX #CD1D4A Cardinal

📋 copy color: '#CD1D4A'

red 205 ◦ green 29 ◦ blue 74

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

Shades of Cardinal #CD1D4A

Tints of Cardinal #CD1D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 66.56%
G = 9.42%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD1D4A (or 0xCD1D4A) is known color: Cardinal. HEX triplet: CD, 1D and 4A. RGB value is (205,29,74). Sum of RGB (Red+Green+Blue) = 205+29+74=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1D4A is #32E2B5. Grayscale: #565656. Windows color (decimal): -3334838 or 4857293. OLE color: 4857293.

HSL color Cylindrical-coordinate representation of color #CD1D4A: hue angle of 344.66º 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 #CD1D4A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 29 74 -
CMYK 0 0.86 0.64 0.20
HSL 344.66º 0.75% 0.46% -
HSV(B) 344.66º 0.86% 0.8% -
XYZ 26.85 14.35 7.83 -
YUV 86.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 205 29 74 0 0.86 0.64 0.20 344.66 0.75 0.46
Hex CD 1D 4A 0 56 40 14 159 4B 2E
Octal 315 35 112 0 126 100 24 531 113 56
Binary 11001101 11101 1001010 0 1010110 1000000 10100 101011001 1001011 101110

Color Harmonies of #CD1D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1D4A

Black with #CD1D4A

Text Example


Text Example

White with #CD1D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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