Html Css Color HEX #CD153F Cardinal

📋 copy color: '#CD153F'

red 205 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #CD153F

Tints of Cardinal #CD153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 70.93%
G = 7.27%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD153F (or 0xCD153F) is known color: Cardinal. HEX triplet: CD, 15 and 3F. RGB value is (205,21,63). Sum of RGB (Red+Green+Blue) = 205+21+63=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD153F is #32EAC0. Grayscale: #505050. Windows color (decimal): -3336897 or 4134349. OLE color: 4134349.

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

Color convert

RGB 205 21 63 -
CMYK 0 0.90 0.69 0.20
HSL 346.3º 0.81% 0.44% -
HSV(B) 346.3º 0.9% 0.8% -
XYZ 26.34 13.87 5.99 -
YUV 80.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 205 21 63 0 0.90 0.69 0.20 346.3 0.81 0.44
Hex CD 15 3F 0 5A 45 14 15A 51 2C
Octal 315 25 77 0 132 105 24 532 121 54
Binary 11001101 10101 111111 0 1011010 1000101 10100 101011010 1010001 101100

Color Harmonies of #CD153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD153F

Black with #CD153F

Text Example


Text Example

White with #CD153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD153F; }

 p { color: rgb(205,21,63); }

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

background-color css

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

 a { background-color: rgb(205,21,63); }

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

border-color css

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

 span { border-color: rgb(205,21,63); }

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