Html Css Color HEX #CD2133 Cardinal

📋 copy color: '#CD2133'

red 205 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #CD2133

Tints of Cardinal #CD2133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 70.93%
G = 11.42%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD2133 (or 0xCD2133) is known color: Cardinal. HEX triplet: CD, 21 and 33. RGB value is (205,33,51). Sum of RGB (Red+Green+Blue) = 205+33+51=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2133 is #32DECC. Grayscale: #565656. Windows color (decimal): -3333837 or 3350989. OLE color: 3350989.

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

Color convert

RGB 205 33 51 -
CMYK 0 0.84 0.75 0.20
HSL 353.72º 0.72% 0.47% -
HSV(B) 353.72º 0.84% 0.8% -
XYZ 26.32 14.31 4.51 -
YUV 86.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 205 33 51 0 0.84 0.75 0.20 353.72 0.72 0.47
Hex CD 21 33 0 54 4B 14 162 48 2F
Octal 315 41 63 0 124 113 24 542 110 57
Binary 11001101 100001 110011 0 1010100 1001011 10100 101100010 1001000 101111

Color Harmonies of #CD2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2133

Black with #CD2133

Text Example


Text Example

White with #CD2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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