Html Css Color HEX #CD1947 Cardinal

📋 copy color: '#CD1947'

red 205 ◦ green 25 ◦ blue 71

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

Shades of Cardinal #CD1947

Tints of Cardinal #CD1947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 68.11%
G = 8.31%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD1947 (or 0xCD1947) is known color: Cardinal. HEX triplet: CD, 19 and 47. RGB value is (205,25,71). Sum of RGB (Red+Green+Blue) = 205+25+71=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1947 is #32E6B8. Grayscale: #545454. Windows color (decimal): -3335865 or 4659661. OLE color: 4659661.

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

Color convert

RGB 205 25 71 -
CMYK 0 0.88 0.65 0.20
HSL 344.67º 0.78% 0.45% -
HSV(B) 344.67º 0.88% 0.8% -
XYZ 26.66 14.13 7.28 -
YUV 84.06 120.63 214.26 -
System Red Green Blue C M Y K H S L
Decimal 205 25 71 0 0.88 0.65 0.20 344.67 0.78 0.45
Hex CD 19 47 0 58 41 14 159 4E 2D
Octal 315 31 107 0 130 101 24 531 116 55
Binary 11001101 11001 1000111 0 1011000 1000001 10100 101011001 1001110 101101

Color Harmonies of #CD1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1947

Black with #CD1947

Text Example


Text Example

White with #CD1947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1947; }

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

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

background-color css

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

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

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

border-color css

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

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

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