Html Css Color HEX #CD2037 Cardinal

📋 copy color: '#CD2037'

red 205 ◦ green 32 ◦ blue 55

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

Shades of Cardinal #CD2037

Tints of Cardinal #CD2037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 70.21%
G = 10.96%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD2037 (or 0xCD2037) is known color: Cardinal. HEX triplet: CD, 20 and 37. RGB value is (205,32,55). Sum of RGB (Red+Green+Blue) = 205+32+55=292 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.21% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2037 is #32DFC8. Grayscale: #565656. Windows color (decimal): -3334089 or 3612877. OLE color: 3612877.

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

Color convert

RGB 205 32 55 -
CMYK 0 0.84 0.73 0.20
HSL 352.02º 0.73% 0.46% -
HSV(B) 352.02º 0.84% 0.8% -
XYZ 26.38 14.29 4.98 -
YUV 86.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 205 32 55 0 0.84 0.73 0.20 352.02 0.73 0.46
Hex CD 20 37 0 54 49 14 160 49 2E
Octal 315 40 67 0 124 111 24 540 111 56
Binary 11001101 100000 110111 0 1010100 1001001 10100 101100000 1001001 101110

Color Harmonies of #CD2037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2037

Black with #CD2037

Text Example


Text Example

White with #CD2037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2037; }

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

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

background-color css

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

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

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

border-color css

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

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

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