Html Css Color HEX #D21C33 Cardinal

📋 copy color: '#D21C33'

red 210 ◦ green 28 ◦ blue 51

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

Shades of Cardinal #D21C33

Tints of Cardinal #D21C33

RGB

 RED value IS 210 (82.42% from 255) = 72.66%

 GREEN value IS 28 (11.33% from 255) = 9.69%

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 72.66%
G = 9.69%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D21C33 (or 0xD21C33) is known color: Cardinal. HEX triplet: D2, 1C and 33. RGB value is (210,28,51). Sum of RGB (Red+Green+Blue) = 210+28+51=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C33 is #2DE3CC. Grayscale: #555555. Windows color (decimal): -3007437 or 3349714. OLE color: 3349714.

HSL color Cylindrical-coordinate representation of color #D21C33: hue angle of 352.42º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C33 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 28 51 -
CMYK 0 0.87 0.76 0.18
HSL 352.42º 0.76% 0.47% -
HSV(B) 352.42º 0.87% 0.82% -
XYZ 27.59 14.77 4.53 -
YUV 85.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 210 28 51 0 0.87 0.76 0.18 352.42 0.76 0.47
Hex D2 1C 33 0 57 4C 12 160 4C 2F
Octal 322 34 63 0 127 114 22 540 114 57
Binary 11010010 11100 110011 0 1010111 1001100 10010 101100000 1001100 101111

Color Harmonies of #D21C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C33

Black with #D21C33

Text Example


Text Example

White with #D21C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C33; }

 p { color: rgb(210,28,51); }

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

background-color css

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

 a { background-color: rgb(210,28,51); }

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

border-color css

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

 span { border-color: rgb(210,28,51); }

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