Html Css Color HEX #CD143E Cardinal

📋 copy color: '#CD143E'

red 205 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #CD143E

Tints of Cardinal #CD143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 71.43%
G = 6.97%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD143E (or 0xCD143E) is known color: Cardinal. HEX triplet: CD, 14 and 3E. RGB value is (205,20,62). Sum of RGB (Red+Green+Blue) = 205+20+62=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD143E is #32EBC1. Grayscale: #505050. Windows color (decimal): -3337154 or 4068557. OLE color: 4068557.

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

Color convert

RGB 205 20 62 -
CMYK 0 0.90 0.70 0.20
HSL 346.38º 0.82% 0.44% -
HSV(B) 346.38º 0.9% 0.8% -
XYZ 26.3 13.83 5.84 -
YUV 80.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 205 20 62 0 0.90 0.70 0.20 346.38 0.82 0.44
Hex CD 14 3E 0 5A 46 14 15A 52 2C
Octal 315 24 76 0 132 106 24 532 122 54
Binary 11001101 10100 111110 0 1011010 1000110 10100 101011010 1010010 101100

Color Harmonies of #CD143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD143E

Black with #CD143E

Text Example


Text Example

White with #CD143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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