Html Css Color HEX #CD2048 Cardinal

📋 copy color: '#CD2048'

red 205 ◦ green 32 ◦ blue 72

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

Shades of Cardinal #CD2048

Tints of Cardinal #CD2048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 66.34%
G = 10.36%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD2048 (or 0xCD2048) is known color: Cardinal. HEX triplet: CD, 20 and 48. RGB value is (205,32,72). Sum of RGB (Red+Green+Blue) = 205+32+72=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2048 is #32DFB7. Grayscale: #585858. Windows color (decimal): -3334072 or 4726989. OLE color: 4726989.

HSL color Cylindrical-coordinate representation of color #CD2048: hue angle of 346.13º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2048 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 32 72 -
CMYK 0 0.84 0.65 0.20
HSL 346.13º 0.73% 0.46% -
HSV(B) 346.13º 0.84% 0.8% -
XYZ 26.86 14.48 7.51 -
YUV 88.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 205 32 72 0 0.84 0.65 0.20 346.13 0.73 0.46
Hex CD 20 48 0 54 41 14 15A 49 2E
Octal 315 40 110 0 124 101 24 532 111 56
Binary 11001101 100000 1001000 0 1010100 1000001 10100 101011010 1001001 101110

Color Harmonies of #CD2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2048

Black with #CD2048

Text Example


Text Example

White with #CD2048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2048; }

 p { color: rgb(205,32,72); }

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

background-color css

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

 a { background-color: rgb(205,32,72); }

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

border-color css

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

 span { border-color: rgb(205,32,72); }

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