Html Css Color HEX #CD223E Cardinal

📋 copy color: '#CD223E'

red 205 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #CD223E

Tints of Cardinal #CD223E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

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

R = 68.11%
G = 11.3%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD223E (or 0xCD223E) is known color: Cardinal. HEX triplet: CD, 22 and 3E. RGB value is (205,34,62). Sum of RGB (Red+Green+Blue) = 205+34+62=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD223E is #32DDC1. Grayscale: #585858. Windows color (decimal): -3333570 or 4072141. OLE color: 4072141.

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

Color convert

RGB 205 34 62 -
CMYK 0 0.83 0.70 0.20
HSL 350.18º 0.72% 0.47% -
HSV(B) 350.18º 0.83% 0.8% -
XYZ 26.62 14.47 5.95 -
YUV 88.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 205 34 62 0 0.83 0.70 0.20 350.18 0.72 0.47
Hex CD 22 3E 0 53 46 14 15E 48 2F
Octal 315 42 76 0 123 106 24 536 110 57
Binary 11001101 100010 111110 0 1010011 1000110 10100 101011110 1001000 101111

Color Harmonies of #CD223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD223E

Black with #CD223E

Text Example


Text Example

White with #CD223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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