Html Css Color HEX #CD1534 Cardinal

📋 copy color: '#CD1534'

red 205 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #CD1534

Tints of Cardinal #CD1534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.71%

R = 73.74%
G = 7.55%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD1534 (or 0xCD1534) is known color: Cardinal. HEX triplet: CD, 15 and 34. RGB value is (205,21,52). Sum of RGB (Red+Green+Blue) = 205+21+52=278 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.74% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1534 is #32EACB. Grayscale: #4F4F4F. Windows color (decimal): -3336908 or 3413453. OLE color: 3413453.

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

Color convert

RGB 205 21 52 -
CMYK 0 0.90 0.75 0.20
HSL 349.89º 0.81% 0.44% -
HSV(B) 349.89º 0.9% 0.8% -
XYZ 26.06 13.76 4.53 -
YUV 79.55 112.46 217.48 -
System Red Green Blue C M Y K H S L
Decimal 205 21 52 0 0.90 0.75 0.20 349.89 0.81 0.44
Hex CD 15 34 0 5A 4B 14 15E 51 2C
Octal 315 25 64 0 132 113 24 536 121 54
Binary 11001101 10101 110100 0 1011010 1001011 10100 101011110 1010001 101100

Color Harmonies of #CD1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1534

Black with #CD1534

Text Example


Text Example

White with #CD1534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1534; }

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

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

background-color css

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

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

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

border-color css

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

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

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