Html Css Color HEX #CD1946 Cardinal

📋 copy color: '#CD1946'

red 205 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #CD1946

Tints of Cardinal #CD1946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 68.33%
G = 8.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD1946 (or 0xCD1946) is known color: Cardinal. HEX triplet: CD, 19 and 46. RGB value is (205,25,70). Sum of RGB (Red+Green+Blue) = 205+25+70=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1946 is #32E6B9. Grayscale: #535353. Windows color (decimal): -3335866 or 4594125. OLE color: 4594125.

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

Color convert

RGB 205 25 70 -
CMYK 0 0.88 0.66 0.20
HSL 345º 0.78% 0.45% -
HSV(B) 345º 0.88% 0.8% -
XYZ 26.63 14.12 7.12 -
YUV 83.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 205 25 70 0 0.88 0.66 0.20 345 0.78 0.45
Hex CD 19 46 0 58 42 14 159 4E 2D
Octal 315 31 106 0 130 102 24 531 116 55
Binary 11001101 11001 1000110 0 1011000 1000010 10100 101011001 1001110 101101

Color Harmonies of #CD1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1946

Black with #CD1946

Text Example


Text Example

White with #CD1946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1946; }

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

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

background-color css

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

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

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

border-color css

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

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

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