Html Css Color HEX #CD2039 Cardinal

📋 copy color: '#CD2039'

red 205 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #CD2039

Tints of Cardinal #CD2039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.39%

R = 69.73%
G = 10.88%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD2039 (or 0xCD2039) is known color: Cardinal. HEX triplet: CD, 20 and 39. RGB value is (205,32,57). Sum of RGB (Red+Green+Blue) = 205+32+57=294 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.73% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2039 is #32DFC6. Grayscale: #565656. Windows color (decimal): -3334087 or 3743949. OLE color: 3743949.

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

Color convert

RGB 205 32 57 -
CMYK 0 0.84 0.72 0.20
HSL 351.33º 0.73% 0.46% -
HSV(B) 351.33º 0.84% 0.8% -
XYZ 26.43 14.31 5.24 -
YUV 86.58 111.31 212.47 -
System Red Green Blue C M Y K H S L
Decimal 205 32 57 0 0.84 0.72 0.20 351.33 0.73 0.46
Hex CD 20 39 0 54 48 14 15F 49 2E
Octal 315 40 71 0 124 110 24 537 111 56
Binary 11001101 100000 111001 0 1010100 1001000 10100 101011111 1001001 101110

Color Harmonies of #CD2039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2039

Black with #CD2039

Text Example


Text Example

White with #CD2039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2039; }

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

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

background-color css

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

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

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

border-color css

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

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

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