Html Css Color HEX #CD1232 Cardinal

📋 copy color: '#CD1232'

red 205 ◦ green 18 ◦ blue 50

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

Shades of Cardinal #CD1232

Tints of Cardinal #CD1232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 75.09%
G = 6.59%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD1232 (or 0xCD1232) is known color: Cardinal. HEX triplet: CD, 12 and 32. RGB value is (205,18,50). Sum of RGB (Red+Green+Blue) = 205+18+50=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1232 is #32EDCD. Grayscale: #4D4D4D. Windows color (decimal): -3337678 or 3281613. OLE color: 3281613.

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

Color convert

RGB 205 18 50 -
CMYK 0 0.91 0.76 0.20
HSL 349.73º 0.84% 0.44% -
HSV(B) 349.73º 0.91% 0.8% -
XYZ 25.97 13.64 4.28 -
YUV 77.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 205 18 50 0 0.91 0.76 0.20 349.73 0.84 0.44
Hex CD 12 32 0 5B 4C 14 15E 54 2C
Octal 315 22 62 0 133 114 24 536 124 54
Binary 11001101 10010 110010 0 1011011 1001100 10100 101011110 1010100 101100

Color Harmonies of #CD1232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1232

Black with #CD1232

Text Example


Text Example

White with #CD1232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1232; }

 p { color: rgb(205,18,50); }

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

background-color css

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

 a { background-color: rgb(205,18,50); }

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

border-color css

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

 span { border-color: rgb(205,18,50); }

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