Html Css Color HEX #CD1D46 Cardinal

📋 copy color: '#CD1D46'

red 205 ◦ green 29 ◦ blue 70

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

Shades of Cardinal #CD1D46

Tints of Cardinal #CD1D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 67.43%
G = 9.54%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD1D46 (or 0xCD1D46) is known color: Cardinal. HEX triplet: CD, 1D and 46. RGB value is (205,29,70). Sum of RGB (Red+Green+Blue) = 205+29+70=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1D46 is #32E2B9. Grayscale: #565656. Windows color (decimal): -3334842 or 4595149. OLE color: 4595149.

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

Color convert

RGB 205 29 70 -
CMYK 0 0.86 0.66 0.20
HSL 346.02º 0.75% 0.46% -
HSV(B) 346.02º 0.86% 0.8% -
XYZ 26.72 14.3 7.15 -
YUV 86.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 205 29 70 0 0.86 0.66 0.20 346.02 0.75 0.46
Hex CD 1D 46 0 56 42 14 15A 4B 2E
Octal 315 35 106 0 126 102 24 532 113 56
Binary 11001101 11101 1000110 0 1010110 1000010 10100 101011010 1001011 101110

Color Harmonies of #CD1D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1D46

Black with #CD1D46

Text Example


Text Example

White with #CD1D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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