Html Css Color HEX #CD2639 Cardinal

📋 copy color: '#CD2639'

red 205 ◦ green 38 ◦ blue 57

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

Shades of Cardinal #CD2639

Tints of Cardinal #CD2639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

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

R = 68.33%
G = 12.67%
B = 19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD2639 (or 0xCD2639) is known color: Cardinal. HEX triplet: CD, 26 and 39. RGB value is (205,38,57). Sum of RGB (Red+Green+Blue) = 205+38+57=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2639 is #32D9C6. Grayscale: #5A5A5A. Windows color (decimal): -3332551 or 3745485. OLE color: 3745485.

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

Color convert

RGB 205 38 57 -
CMYK 0 0.81 0.72 0.20
HSL 353.17º 0.69% 0.48% -
HSV(B) 353.17º 0.81% 0.8% -
XYZ 26.61 14.66 5.3 -
YUV 90.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 205 38 57 0 0.81 0.72 0.20 353.17 0.69 0.48
Hex CD 26 39 0 51 48 14 161 45 30
Octal 315 46 71 0 121 110 24 541 105 60
Binary 11001101 100110 111001 0 1010001 1001000 10100 101100001 1000101 110000

Color Harmonies of #CD2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2639

Black with #CD2639

Text Example


Text Example

White with #CD2639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2639; }

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

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

background-color css

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

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

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

border-color css

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

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

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