Html Css Color HEX #CD213A Cardinal

📋 copy color: '#CD213A'

red 205 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #CD213A

Tints of Cardinal #CD213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 69.26%
G = 11.15%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD213A (or 0xCD213A) is known color: Cardinal. HEX triplet: CD, 21 and 3A. RGB value is (205,33,58). Sum of RGB (Red+Green+Blue) = 205+33+58=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD213A is #32DEC5. Grayscale: #575757. Windows color (decimal): -3333830 or 3809741. OLE color: 3809741.

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

Color convert

RGB 205 33 58 -
CMYK 0 0.84 0.72 0.20
HSL 351.28º 0.72% 0.47% -
HSV(B) 351.28º 0.84% 0.8% -
XYZ 26.48 14.37 5.38 -
YUV 87.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 205 33 58 0 0.84 0.72 0.20 351.28 0.72 0.47
Hex CD 21 3A 0 54 48 14 15F 48 2F
Octal 315 41 72 0 124 110 24 537 110 57
Binary 11001101 100001 111010 0 1010100 1001000 10100 101011111 1001000 101111

Color Harmonies of #CD213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD213A

Black with #CD213A

Text Example


Text Example

White with #CD213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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