Html Css Color HEX #CD1D36 Cardinal

📋 copy color: '#CD1D36'

red 205 ◦ green 29 ◦ blue 54

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

Shades of Cardinal #CD1D36

Tints of Cardinal #CD1D36

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 71.18%
G = 10.07%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD1D36 (or 0xCD1D36) is known color: Cardinal. HEX triplet: CD, 1D and 36. RGB value is (205,29,54). Sum of RGB (Red+Green+Blue) = 205+29+54=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1D36 is #32E2C9. Grayscale: #545454. Windows color (decimal): -3334858 or 3546573. OLE color: 3546573.

HSL color Cylindrical-coordinate representation of color #CD1D36: hue angle of 351.48º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1D36 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 29 54 -
CMYK 0 0.86 0.74 0.20
HSL 351.48º 0.75% 0.46% -
HSV(B) 351.48º 0.86% 0.8% -
XYZ 26.28 14.12 4.83 -
YUV 84.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 205 29 54 0 0.86 0.74 0.20 351.48 0.75 0.46
Hex CD 1D 36 0 56 4A 14 15F 4B 2E
Octal 315 35 66 0 126 112 24 537 113 56
Binary 11001101 11101 110110 0 1010110 1001010 10100 101011111 1001011 101110

Color Harmonies of #CD1D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1D36

Black with #CD1D36

Text Example


Text Example

White with #CD1D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1D36; }

 p { color: rgb(205,29,54); }

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

background-color css

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

 a { background-color: rgb(205,29,54); }

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

border-color css

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

 span { border-color: rgb(205,29,54); }

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