Html Css Color HEX #CD173E Cardinal

📋 copy color: '#CD173E'

red 205 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #CD173E

Tints of Cardinal #CD173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 70.69%
G = 7.93%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD173E (or 0xCD173E) is known color: Cardinal. HEX triplet: CD, 17 and 3E. RGB value is (205,23,62). Sum of RGB (Red+Green+Blue) = 205+23+62=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD173E is #32E8C1. Grayscale: #515151. Windows color (decimal): -3336386 or 4069325. OLE color: 4069325.

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

Color convert

RGB 205 23 62 -
CMYK 0 0.89 0.70 0.20
HSL 347.14º 0.8% 0.45% -
HSV(B) 347.14º 0.89% 0.8% -
XYZ 26.35 13.94 5.86 -
YUV 81.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 205 23 62 0 0.89 0.70 0.20 347.14 0.8 0.45
Hex CD 17 3E 0 59 46 14 15B 50 2D
Octal 315 27 76 0 131 106 24 533 120 55
Binary 11001101 10111 111110 0 1011001 1000110 10100 101011011 1010000 101101

Color Harmonies of #CD173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD173E

Black with #CD173E

Text Example


Text Example

White with #CD173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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