Html Css Color HEX #CD1845 Cardinal

📋 copy color: '#CD1845'

red 205 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #CD1845

Tints of Cardinal #CD1845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 68.79%
G = 8.05%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD1845 (or 0xCD1845) is known color: Cardinal. HEX triplet: CD, 18 and 45. RGB value is (205,24,69). Sum of RGB (Red+Green+Blue) = 205+24+69=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1845 is #32E7BA. Grayscale: #535353. Windows color (decimal): -3336123 or 4528333. OLE color: 4528333.

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

Color convert

RGB 205 24 69 -
CMYK 0 0.88 0.66 0.20
HSL 345.08º 0.79% 0.45% -
HSV(B) 345.08º 0.88% 0.8% -
XYZ 26.58 14.06 6.94 -
YUV 83.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 205 24 69 0 0.88 0.66 0.20 345.08 0.79 0.45
Hex CD 18 45 0 58 42 14 159 4F 2D
Octal 315 30 105 0 130 102 24 531 117 55
Binary 11001101 11000 1000101 0 1011000 1000010 10100 101011001 1001111 101101

Color Harmonies of #CD1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1845

Black with #CD1845

Text Example


Text Example

White with #CD1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1845; }

 p { color: rgb(205,24,69); }

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

background-color css

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

 a { background-color: rgb(205,24,69); }

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

border-color css

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

 span { border-color: rgb(205,24,69); }

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