Html Css Color HEX #CD133B Cardinal

📋 copy color: '#CD133B'

red 205 ◦ green 19 ◦ blue 59

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

Shades of Cardinal #CD133B

Tints of Cardinal #CD133B

RGB

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

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

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

R = 72.44%
G = 6.71%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD133B (or 0xCD133B) is known color: Cardinal. HEX triplet: CD, 13 and 3B. RGB value is (205,19,59). Sum of RGB (Red+Green+Blue) = 205+19+59=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD133B is #32ECC4. Grayscale: #4F4F4F. Windows color (decimal): -3337413 or 3871693. OLE color: 3871693.

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

Color convert

RGB 205 19 59 -
CMYK 0 0.91 0.71 0.20
HSL 347.1º 0.83% 0.44% -
HSV(B) 347.1º 0.91% 0.8% -
XYZ 26.2 13.76 5.41 -
YUV 79.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 205 19 59 0 0.91 0.71 0.20 347.1 0.83 0.44
Hex CD 13 3B 0 5B 47 14 15B 53 2C
Octal 315 23 73 0 133 107 24 533 123 54
Binary 11001101 10011 111011 0 1011011 1000111 10100 101011011 1010011 101100

Color Harmonies of #CD133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD133B

Black with #CD133B

Text Example


Text Example

White with #CD133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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