Html Css Color HEX #CD143B Cardinal

📋 copy color: '#CD143B'

red 205 ◦ green 20 ◦ blue 59

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

Shades of Cardinal #CD143B

Tints of Cardinal #CD143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 72.18%
G = 7.04%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD143B (or 0xCD143B) is known color: Cardinal. HEX triplet: CD, 14 and 3B. RGB value is (205,20,59). Sum of RGB (Red+Green+Blue) = 205+20+59=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD143B is #32EBC4. Grayscale: #4F4F4F. Windows color (decimal): -3337157 or 3871949. OLE color: 3871949.

HSL color Cylindrical-coordinate representation of color #CD143B: hue angle of 347.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD143B is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 20 59 -
CMYK 0 0.90 0.71 0.20
HSL 347.35º 0.82% 0.44% -
HSV(B) 347.35º 0.9% 0.8% -
XYZ 26.22 13.8 5.42 -
YUV 79.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 205 20 59 0 0.90 0.71 0.20 347.35 0.82 0.44
Hex CD 14 3B 0 5A 47 14 15B 52 2C
Octal 315 24 73 0 132 107 24 533 122 54
Binary 11001101 10100 111011 0 1011010 1000111 10100 101011011 1010010 101100

Color Harmonies of #CD143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD143B

Black with #CD143B

Text Example


Text Example

White with #CD143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD143B; }

 p { color: rgb(205,20,59); }

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

background-color css

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

 a { background-color: rgb(205,20,59); }

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

border-color css

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

 span { border-color: rgb(205,20,59); }

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