Html Css Color HEX #CD2034 Cardinal

📋 copy color: '#CD2034'

red 205 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #CD2034

Tints of Cardinal #CD2034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 70.93%
G = 11.07%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD2034 (or 0xCD2034) is known color: Cardinal. HEX triplet: CD, 20 and 34. RGB value is (205,32,52). Sum of RGB (Red+Green+Blue) = 205+32+52=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2034 is #32DFCB. Grayscale: #565656. Windows color (decimal): -3334092 or 3416269. OLE color: 3416269.

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

Color convert

RGB 205 32 52 -
CMYK 0 0.84 0.75 0.20
HSL 353.06º 0.73% 0.46% -
HSV(B) 353.06º 0.84% 0.8% -
XYZ 26.31 14.26 4.61 -
YUV 86.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 205 32 52 0 0.84 0.75 0.20 353.06 0.73 0.46
Hex CD 20 34 0 54 4B 14 161 49 2E
Octal 315 40 64 0 124 113 24 541 111 56
Binary 11001101 100000 110100 0 1010100 1001011 10100 101100001 1001001 101110

Color Harmonies of #CD2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2034

Black with #CD2034

Text Example


Text Example

White with #CD2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2034; }

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

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

background-color css

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

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

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

border-color css

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

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

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