Html Css Color HEX #CD2140 Cardinal

📋 copy color: '#CD2140'

red 205 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #CD2140

Tints of Cardinal #CD2140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.93%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 67.88%
G = 10.93%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD2140 (or 0xCD2140) is known color: Cardinal. HEX triplet: CD, 21 and 40. RGB value is (205,33,64). Sum of RGB (Red+Green+Blue) = 205+33+64=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2140 is #32DEBF. Grayscale: #585858. Windows color (decimal): -3333824 or 4202957. OLE color: 4202957.

HSL color Cylindrical-coordinate representation of color #CD2140: hue angle of 349.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2140 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 33 64 -
CMYK 0 0.84 0.69 0.20
HSL 349.19º 0.72% 0.47% -
HSV(B) 349.19º 0.84% 0.8% -
XYZ 26.65 14.44 6.23 -
YUV 87.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 205 33 64 0 0.84 0.69 0.20 349.19 0.72 0.47
Hex CD 21 40 0 54 45 14 15D 48 2F
Octal 315 41 100 0 124 105 24 535 110 57
Binary 11001101 100001 1000000 0 1010100 1000101 10100 101011101 1001000 101111

Color Harmonies of #CD2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2140

Black with #CD2140

Text Example


Text Example

White with #CD2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2140; }

 p { color: rgb(205,33,64); }

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

background-color css

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

 a { background-color: rgb(205,33,64); }

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

border-color css

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

 span { border-color: rgb(205,33,64); }

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