Html Css Color HEX #CD193E Cardinal

📋 copy color: '#CD193E'

red 205 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #CD193E

Tints of Cardinal #CD193E

RGB

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

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

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

R = 70.21%
G = 8.56%
B = 21.23%

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

#CD193E (or 0xCD193E) is known color: Cardinal. HEX triplet: CD, 19 and 3E. RGB value is (205,25,62). Sum of RGB (Red+Green+Blue) = 205+25+62=292 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.21% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 205 - color contains mainly: red. Hex color #CD193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD193E is #32E6C1. Grayscale: #535353. Windows color (decimal): -3335874 or 4069837. OLE color: 4069837.

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

Color convert

RGB 205 25 62 -
CMYK 0 0.88 0.70 0.20
HSL 347.67º 0.78% 0.45% -
HSV(B) 347.67º 0.88% 0.8% -
XYZ 26.39 14.02 5.87 -
YUV 83.04 116.13 214.99 -
System Red Green Blue C M Y K H S L
Decimal 205 25 62 0 0.88 0.70 0.20 347.67 0.78 0.45
Hex CD 19 3E 0 58 46 14 15C 4E 2D
Octal 315 31 76 0 130 106 24 534 116 55
Binary 11001101 11001 111110 0 1011000 1000110 10100 101011100 1001110 101101

Color Harmonies of #CD193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD193E

Black with #CD193E

Text Example


Text Example

White with #CD193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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