Html Css Color HEX #CD1637 Cardinal

📋 copy color: '#CD1637'

red 205 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #CD1637

Tints of Cardinal #CD1637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

 BLUE value IS 55 (21.88% from 255) = 19.5%

R = 72.7%
G = 7.8%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD1637 (or 0xCD1637) is known color: Cardinal. HEX triplet: CD, 16 and 37. RGB value is (205,22,55). Sum of RGB (Red+Green+Blue) = 205+22+55=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1637 is #32E9C8. Grayscale: #505050. Windows color (decimal): -3336649 or 3610317. OLE color: 3610317.

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

Color convert

RGB 205 22 55 -
CMYK 0 0.89 0.73 0.20
HSL 349.18º 0.81% 0.45% -
HSV(B) 349.18º 0.89% 0.8% -
XYZ 26.15 13.83 4.91 -
YUV 80.48 113.63 216.82 -
System Red Green Blue C M Y K H S L
Decimal 205 22 55 0 0.89 0.73 0.20 349.18 0.81 0.45
Hex CD 16 37 0 59 49 14 15D 51 2D
Octal 315 26 67 0 131 111 24 535 121 55
Binary 11001101 10110 110111 0 1011001 1001001 10100 101011101 1010001 101101

Color Harmonies of #CD1637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1637

Black with #CD1637

Text Example


Text Example

White with #CD1637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1637; }

 p { color: rgb(205,22,55); }

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

background-color css

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

 a { background-color: rgb(205,22,55); }

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

border-color css

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

 span { border-color: rgb(205,22,55); }

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