Html Css Color HEX #CD223A Cardinal

📋 copy color: '#CD223A'

red 205 ◦ green 34 ◦ blue 58

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

Shades of Cardinal #CD223A

Tints of Cardinal #CD223A

RGB

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

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

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

R = 69.02%
G = 11.45%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD223A (or 0xCD223A) is known color: Cardinal. HEX triplet: CD, 22 and 3A. RGB value is (205,34,58). Sum of RGB (Red+Green+Blue) = 205+34+58=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD223A is #32DDC5. Grayscale: #575757. Windows color (decimal): -3333574 or 3809997. OLE color: 3809997.

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

Color convert

RGB 205 34 58 -
CMYK 0 0.83 0.72 0.20
HSL 351.58º 0.72% 0.47% -
HSV(B) 351.58º 0.83% 0.8% -
XYZ 26.51 14.43 5.39 -
YUV 87.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 205 34 58 0 0.83 0.72 0.20 351.58 0.72 0.47
Hex CD 22 3A 0 53 48 14 160 48 2F
Octal 315 42 72 0 123 110 24 540 110 57
Binary 11001101 100010 111010 0 1010011 1001000 10100 101100000 1001000 101111

Color Harmonies of #CD223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD223A

Black with #CD223A

Text Example


Text Example

White with #CD223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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