Html Css Color HEX #CD1736 Cardinal

📋 copy color: '#CD1736'

red 205 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #CD1736

Tints of Cardinal #CD1736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

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

R = 72.7%
G = 8.16%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD1736 (or 0xCD1736) is known color: Cardinal. HEX triplet: CD, 17 and 36. RGB value is (205,23,54). Sum of RGB (Red+Green+Blue) = 205+23+54=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1736 is #32E8C9. Grayscale: #515151. Windows color (decimal): -3336394 or 3545037. OLE color: 3545037.

HSL color Cylindrical-coordinate representation of color #CD1736: hue angle of 349.78º degrees, saturation: 0.8, 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 #CD1736 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 23 54 -
CMYK 0 0.89 0.74 0.20
HSL 349.78º 0.8% 0.45% -
HSV(B) 349.78º 0.89% 0.8% -
XYZ 26.15 13.86 4.79 -
YUV 80.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 205 23 54 0 0.89 0.74 0.20 349.78 0.8 0.45
Hex CD 17 36 0 59 4A 14 15E 50 2D
Octal 315 27 66 0 131 112 24 536 120 55
Binary 11001101 10111 110110 0 1011001 1001010 10100 101011110 1010000 101101

Color Harmonies of #CD1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1736

Black with #CD1736

Text Example


Text Example

White with #CD1736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1736; }

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

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

background-color css

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

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

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

border-color css

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

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

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