Html Css Color HEX #CD1A3C Cardinal

📋 copy color: '#CD1A3C'

red 205 ◦ green 26 ◦ blue 60

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

Shades of Cardinal #CD1A3C

Tints of Cardinal #CD1A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 70.45%
G = 8.93%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD1A3C (or 0xCD1A3C) is known color: Cardinal. HEX triplet: CD, 1A and 3C. RGB value is (205,26,60). Sum of RGB (Red+Green+Blue) = 205+26+60=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1A3C is #32E5C3. Grayscale: #535353. Windows color (decimal): -3335620 or 3939021. OLE color: 3939021.

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

Color convert

RGB 205 26 60 -
CMYK 0 0.87 0.71 0.20
HSL 348.6º 0.77% 0.45% -
HSV(B) 348.6º 0.87% 0.8% -
XYZ 26.36 14.04 5.6 -
YUV 83.4 114.8 214.74 -
System Red Green Blue C M Y K H S L
Decimal 205 26 60 0 0.87 0.71 0.20 348.6 0.77 0.45
Hex CD 1A 3C 0 57 47 14 15D 4D 2D
Octal 315 32 74 0 127 107 24 535 115 55
Binary 11001101 11010 111100 0 1010111 1000111 10100 101011101 1001101 101101

Color Harmonies of #CD1A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1A3C

Black with #CD1A3C

Text Example


Text Example

White with #CD1A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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