Html Css Color HEX #CD1A4C Cardinal

📋 copy color: '#CD1A4C'

red 205 ◦ green 26 ◦ blue 76

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

Shades of Cardinal #CD1A4C

Tints of Cardinal #CD1A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.47%

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 66.78%
G = 8.47%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD1A4C (or 0xCD1A4C) is known color: Cardinal. HEX triplet: CD, 1A and 4C. RGB value is (205,26,76). Sum of RGB (Red+Green+Blue) = 205+26+76=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1A4C is #32E5B3. Grayscale: #555555. Windows color (decimal): -3335604 or 4987597. OLE color: 4987597.

HSL color Cylindrical-coordinate representation of color #CD1A4C: hue angle of 343.24º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1A4C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 26 76 -
CMYK 0 0.87 0.63 0.20
HSL 343.24º 0.77% 0.45% -
HSV(B) 343.24º 0.87% 0.8% -
XYZ 26.85 14.24 8.17 -
YUV 85.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 205 26 76 0 0.87 0.63 0.20 343.24 0.77 0.45
Hex CD 1A 4C 0 57 3F 14 157 4D 2D
Octal 315 32 114 0 127 77 24 527 115 55
Binary 11001101 11010 1001100 0 1010111 111111 10100 101010111 1001101 101101

Color Harmonies of #CD1A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1A4C

Black with #CD1A4C

Text Example


Text Example

White with #CD1A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1A4C; }

 p { color: rgb(205,26,76); }

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

background-color css

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

 a { background-color: rgb(205,26,76); }

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

border-color css

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

 span { border-color: rgb(205,26,76); }

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