Html Css Color HEX #CD184A Cardinal

📋 copy color: '#CD184A'

red 205 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #CD184A

Tints of Cardinal #CD184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 67.66%
G = 7.92%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD184A (or 0xCD184A) is known color: Cardinal. HEX triplet: CD, 18 and 4A. RGB value is (205,24,74). Sum of RGB (Red+Green+Blue) = 205+24+74=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD184A is #32E7B5. Grayscale: #535353. Windows color (decimal): -3336118 or 4856013. OLE color: 4856013.

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

Color convert

RGB 205 24 74 -
CMYK 0 0.88 0.64 0.20
HSL 343.43º 0.79% 0.45% -
HSV(B) 343.43º 0.88% 0.8% -
XYZ 26.74 14.13 7.8 -
YUV 83.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 205 24 74 0 0.88 0.64 0.20 343.43 0.79 0.45
Hex CD 18 4A 0 58 40 14 157 4F 2D
Octal 315 30 112 0 130 100 24 527 117 55
Binary 11001101 11000 1001010 0 1011000 1000000 10100 101010111 1001111 101101

Color Harmonies of #CD184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD184A

Black with #CD184A

Text Example


Text Example

White with #CD184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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