Html Css Color HEX #CD174A Cardinal

📋 copy color: '#CD174A'

red 205 ◦ green 23 ◦ blue 74

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

Shades of Cardinal #CD174A

Tints of Cardinal #CD174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

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

R = 67.88%
G = 7.62%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD174A (or 0xCD174A) is known color: Cardinal. HEX triplet: CD, 17 and 4A. RGB value is (205,23,74). Sum of RGB (Red+Green+Blue) = 205+23+74=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD174A is #32E8B5. Grayscale: #535353. Windows color (decimal): -3336374 or 4855757. OLE color: 4855757.

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

Color convert

RGB 205 23 74 -
CMYK 0 0.89 0.64 0.20
HSL 343.19º 0.8% 0.45% -
HSV(B) 343.19º 0.89% 0.8% -
XYZ 26.72 14.09 7.79 -
YUV 83.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 205 23 74 0 0.89 0.64 0.20 343.19 0.8 0.45
Hex CD 17 4A 0 59 40 14 157 50 2D
Octal 315 27 112 0 131 100 24 527 120 55
Binary 11001101 10111 1001010 0 1011001 1000000 10100 101010111 1010000 101101

Color Harmonies of #CD174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD174A

Black with #CD174A

Text Example


Text Example

White with #CD174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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