Html Css Color HEX #CD1331 Cardinal

📋 copy color: '#CD1331'

red 205 ◦ green 19 ◦ blue 49

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

Shades of Cardinal #CD1331

Tints of Cardinal #CD1331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 75.09%
G = 6.96%
B = 17.95%

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

#CD1331 (or 0xCD1331) is known color: Cardinal. HEX triplet: CD, 13 and 31. RGB value is (205,19,49). Sum of RGB (Red+Green+Blue) = 205+19+49=273 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.09% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1331 is #32ECCE. Grayscale: #4E4E4E. Windows color (decimal): -3337423 or 3216333. OLE color: 3216333.

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

Color convert

RGB 205 19 49 -
CMYK 0 0.91 0.76 0.20
HSL 350.32º 0.83% 0.44% -
HSV(B) 350.32º 0.91% 0.8% -
XYZ 25.96 13.67 4.18 -
YUV 78.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 205 19 49 0 0.91 0.76 0.20 350.32 0.83 0.44
Hex CD 13 31 0 5B 4C 14 15E 53 2C
Octal 315 23 61 0 133 114 24 536 123 54
Binary 11001101 10011 110001 0 1011011 1001100 10100 101011110 1010011 101100

Color Harmonies of #CD1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1331

Black with #CD1331

Text Example


Text Example

White with #CD1331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1331; }

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

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

background-color css

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

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

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

border-color css

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

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

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