Html Css Color HEX #D21C32 Cardinal

📋 copy color: '#D21C32'

red 210 ◦ green 28 ◦ blue 50

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

Shades of Cardinal #D21C32

Tints of Cardinal #D21C32

RGB

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

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

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

R = 72.92%
G = 9.72%
B = 17.36%

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

#D21C32 (or 0xD21C32) is known color: Cardinal. HEX triplet: D2, 1C and 32. RGB value is (210,28,50). Sum of RGB (Red+Green+Blue) = 210+28+50=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C32 is #2DE3CD. Grayscale: #555555. Windows color (decimal): -3007438 or 3284178. OLE color: 3284178.

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

Color convert

RGB 210 28 50 -
CMYK 0 0.87 0.76 0.18
HSL 352.75º 0.76% 0.47% -
HSV(B) 352.75º 0.87% 0.82% -
XYZ 27.57 14.76 4.41 -
YUV 84.93 108.3 217.21 -
System Red Green Blue C M Y K H S L
Decimal 210 28 50 0 0.87 0.76 0.18 352.75 0.76 0.47
Hex D2 1C 32 0 57 4C 12 161 4C 2F
Octal 322 34 62 0 127 114 22 541 114 57
Binary 11010010 11100 110010 0 1010111 1001100 10010 101100001 1001100 101111

Color Harmonies of #D21C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C32

Black with #D21C32

Text Example


Text Example

White with #D21C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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