Html Css Color HEX #CD1849 Cardinal

📋 copy color: '#CD1849'

red 205 ◦ green 24 ◦ blue 73

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

Shades of Cardinal #CD1849

Tints of Cardinal #CD1849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 67.88%
G = 7.95%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD1849 (or 0xCD1849) is known color: Cardinal. HEX triplet: CD, 18 and 49. RGB value is (205,24,73). Sum of RGB (Red+Green+Blue) = 205+24+73=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1849 is #32E7B6. Grayscale: #535353. Windows color (decimal): -3336119 or 4790477. OLE color: 4790477.

HSL color Cylindrical-coordinate representation of color #CD1849: hue angle of 343.76º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1849 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 24 73 -
CMYK 0 0.88 0.64 0.20
HSL 343.76º 0.79% 0.45% -
HSV(B) 343.76º 0.88% 0.8% -
XYZ 26.71 14.11 7.62 -
YUV 83.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 205 24 73 0 0.88 0.64 0.20 343.76 0.79 0.45
Hex CD 18 49 0 58 40 14 158 4F 2D
Octal 315 30 111 0 130 100 24 530 117 55
Binary 11001101 11000 1001001 0 1011000 1000000 10100 101011000 1001111 101101

Color Harmonies of #CD1849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1849

Black with #CD1849

Text Example


Text Example

White with #CD1849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1849; }

 p { color: rgb(205,24,73); }

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

background-color css

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

 a { background-color: rgb(205,24,73); }

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

border-color css

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

 span { border-color: rgb(205,24,73); }

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