Html Css Color HEX #CD133A Cardinal

📋 copy color: '#CD133A'

red 205 ◦ green 19 ◦ blue 58

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

Shades of Cardinal #CD133A

Tints of Cardinal #CD133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 72.7%
G = 6.74%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD133A (or 0xCD133A) is known color: Cardinal. HEX triplet: CD, 13 and 3A. RGB value is (205,19,58). Sum of RGB (Red+Green+Blue) = 205+19+58=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD133A is #32ECC5. Grayscale: #4F4F4F. Windows color (decimal): -3337414 or 3806157. OLE color: 3806157.

HSL color Cylindrical-coordinate representation of color #CD133A: hue angle of 347.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD133A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 58 -
CMYK 0 0.91 0.72 0.20
HSL 347.42º 0.83% 0.44% -
HSV(B) 347.42º 0.91% 0.8% -
XYZ 26.17 13.75 5.28 -
YUV 79.06 116.12 217.83 -
System Red Green Blue C M Y K H S L
Decimal 205 19 58 0 0.91 0.72 0.20 347.42 0.83 0.44
Hex CD 13 3A 0 5B 48 14 15B 53 2C
Octal 315 23 72 0 133 110 24 533 123 54
Binary 11001101 10011 111010 0 1011011 1001000 10100 101011011 1010011 101100

Color Harmonies of #CD133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD133A

Black with #CD133A

Text Example


Text Example

White with #CD133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD133A; }

 p { color: rgb(205,19,58); }

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

background-color css

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

 a { background-color: rgb(205,19,58); }

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

border-color css

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

 span { border-color: rgb(205,19,58); }

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