Html Css Color HEX #CD2146 Cardinal

📋 copy color: '#CD2146'

red 205 ◦ green 33 ◦ blue 70

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

Shades of Cardinal #CD2146

Tints of Cardinal #CD2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 66.56%
G = 10.71%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD2146 (or 0xCD2146) is known color: Cardinal. HEX triplet: CD, 21 and 46. RGB value is (205,33,70). Sum of RGB (Red+Green+Blue) = 205+33+70=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2146 is #32DEB9. Grayscale: #585858. Windows color (decimal): -3333818 or 4596173. OLE color: 4596173.

HSL color Cylindrical-coordinate representation of color #CD2146: hue angle of 347.09º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2146 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 33 70 -
CMYK 0 0.84 0.66 0.20
HSL 347.09º 0.72% 0.47% -
HSV(B) 347.09º 0.84% 0.8% -
XYZ 26.83 14.51 7.18 -
YUV 88.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 205 33 70 0 0.84 0.66 0.20 347.09 0.72 0.47
Hex CD 21 46 0 54 42 14 15B 48 2F
Octal 315 41 106 0 124 102 24 533 110 57
Binary 11001101 100001 1000110 0 1010100 1000010 10100 101011011 1001000 101111

Color Harmonies of #CD2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2146

Black with #CD2146

Text Example


Text Example

White with #CD2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2146; }

 p { color: rgb(205,33,70); }

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

background-color css

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

 a { background-color: rgb(205,33,70); }

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

border-color css

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

 span { border-color: rgb(205,33,70); }

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