Html Css Color HEX #CD213E Cardinal

📋 copy color: '#CD213E'

red 205 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #CD213E

Tints of Cardinal #CD213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 68.33%
G = 11%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD213E (or 0xCD213E) is known color: Cardinal. HEX triplet: CD, 21 and 3E. RGB value is (205,33,62). Sum of RGB (Red+Green+Blue) = 205+33+62=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD213E is #32DEC1. Grayscale: #575757. Windows color (decimal): -3333826 or 4071885. OLE color: 4071885.

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

Color convert

RGB 205 33 62 -
CMYK 0 0.84 0.70 0.20
HSL 349.88º 0.72% 0.47% -
HSV(B) 349.88º 0.84% 0.8% -
XYZ 26.59 14.41 5.94 -
YUV 87.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 205 33 62 0 0.84 0.70 0.20 349.88 0.72 0.47
Hex CD 21 3E 0 54 46 14 15E 48 2F
Octal 315 41 76 0 124 106 24 536 110 57
Binary 11001101 100001 111110 0 1010100 1000110 10100 101011110 1001000 101111

Color Harmonies of #CD213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD213E

Black with #CD213E

Text Example


Text Example

White with #CD213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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