Html Css Color HEX #CD153B Cardinal

📋 copy color: '#CD153B'

red 205 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #CD153B

Tints of Cardinal #CD153B

RGB

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

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

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

R = 71.93%
G = 7.37%
B = 20.7%

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

#CD153B (or 0xCD153B) is known color: Cardinal. HEX triplet: CD, 15 and 3B. RGB value is (205,21,59). Sum of RGB (Red+Green+Blue) = 205+21+59=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD153B is #32EAC4. Grayscale: #505050. Windows color (decimal): -3336901 or 3872205. OLE color: 3872205.

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

Color convert

RGB 205 21 59 -
CMYK 0 0.90 0.71 0.20
HSL 347.61º 0.81% 0.44% -
HSV(B) 347.61º 0.9% 0.8% -
XYZ 26.23 13.83 5.42 -
YUV 80.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 205 21 59 0 0.90 0.71 0.20 347.61 0.81 0.44
Hex CD 15 3B 0 5A 47 14 15C 51 2C
Octal 315 25 73 0 132 107 24 534 121 54
Binary 11001101 10101 111011 0 1011010 1000111 10100 101011100 1010001 101100

Color Harmonies of #CD153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD153B

Black with #CD153B

Text Example


Text Example

White with #CD153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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