Html Css Color HEX #CD193D Cardinal

📋 copy color: '#CD193D'

red 205 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #CD193D

Tints of Cardinal #CD193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 70.45%
G = 8.59%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD193D (or 0xCD193D) is known color: Cardinal. HEX triplet: CD, 19 and 3D. RGB value is (205,25,61). Sum of RGB (Red+Green+Blue) = 205+25+61=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD193D is #32E6C2. Grayscale: #525252. Windows color (decimal): -3335875 or 4004301. OLE color: 4004301.

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

Color convert

RGB 205 25 61 -
CMYK 0 0.88 0.70 0.20
HSL 348º 0.78% 0.45% -
HSV(B) 348º 0.88% 0.8% -
XYZ 26.37 14.01 5.73 -
YUV 82.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 205 25 61 0 0.88 0.70 0.20 348 0.78 0.45
Hex CD 19 3D 0 58 46 14 15C 4E 2D
Octal 315 31 75 0 130 106 24 534 116 55
Binary 11001101 11001 111101 0 1011000 1000110 10100 101011100 1001110 101101

Color Harmonies of #CD193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD193D

Black with #CD193D

Text Example


Text Example

White with #CD193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD193D; }

 p { color: rgb(205,25,61); }

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

background-color css

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

 a { background-color: rgb(205,25,61); }

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

border-color css

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

 span { border-color: rgb(205,25,61); }

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