Html Css Color HEX #CD193B Cardinal

📋 copy color: '#CD193B'

red 205 ◦ green 25 ◦ blue 59

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

Shades of Cardinal #CD193B

Tints of Cardinal #CD193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.42%

R = 70.93%
G = 8.65%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD193B (or 0xCD193B) is known color: Cardinal. HEX triplet: CD, 19 and 3B. RGB value is (205,25,59). Sum of RGB (Red+Green+Blue) = 205+25+59=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD193B is #32E6C4. Grayscale: #525252. Windows color (decimal): -3335877 or 3873229. OLE color: 3873229.

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

Color convert

RGB 205 25 59 -
CMYK 0 0.88 0.71 0.20
HSL 348.67º 0.78% 0.45% -
HSV(B) 348.67º 0.88% 0.8% -
XYZ 26.31 13.99 5.45 -
YUV 82.7 114.63 215.24 -
System Red Green Blue C M Y K H S L
Decimal 205 25 59 0 0.88 0.71 0.20 348.67 0.78 0.45
Hex CD 19 3B 0 58 47 14 15D 4E 2D
Octal 315 31 73 0 130 107 24 535 116 55
Binary 11001101 11001 111011 0 1011000 1000111 10100 101011101 1001110 101101

Color Harmonies of #CD193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD193B

Black with #CD193B

Text Example


Text Example

White with #CD193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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