Html Css Color HEX #CD2737 Cardinal

📋 copy color: '#CD2737'

red 205 ◦ green 39 ◦ blue 55

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

Shades of Cardinal #CD2737

Tints of Cardinal #CD2737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 68.56%
G = 13.04%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD2737 (or 0xCD2737) is known color: Cardinal. HEX triplet: CD, 27 and 37. RGB value is (205,39,55). Sum of RGB (Red+Green+Blue) = 205+39+55=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2737 is #32D8C8. Grayscale: #5A5A5A. Windows color (decimal): -3332297 or 3614669. OLE color: 3614669.

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

Color convert

RGB 205 39 55 -
CMYK 0 0.81 0.73 0.20
HSL 354.22º 0.68% 0.48% -
HSV(B) 354.22º 0.81% 0.8% -
XYZ 26.59 14.71 5.05 -
YUV 90.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 205 39 55 0 0.81 0.73 0.20 354.22 0.68 0.48
Hex CD 27 37 0 51 49 14 162 44 30
Octal 315 47 67 0 121 111 24 542 104 60
Binary 11001101 100111 110111 0 1010001 1001001 10100 101100010 1000100 110000

Color Harmonies of #CD2737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2737

Black with #CD2737

Text Example


Text Example

White with #CD2737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2737; }

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

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

background-color css

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

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

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

border-color css

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

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

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