Html Css Color HEX #D21C34 Cardinal

📋 copy color: '#D21C34'

red 210 ◦ green 28 ◦ blue 52

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

Shades of Cardinal #D21C34

Tints of Cardinal #D21C34

RGB

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

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

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

R = 72.41%
G = 9.66%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D21C34 (or 0xD21C34) is known color: Cardinal. HEX triplet: D2, 1C and 34. RGB value is (210,28,52). Sum of RGB (Red+Green+Blue) = 210+28+52=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C34 is #2DE3CB. Grayscale: #555555. Windows color (decimal): -3007436 or 3415250. OLE color: 3415250.

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

Color convert

RGB 210 28 52 -
CMYK 0 0.87 0.75 0.18
HSL 352.09º 0.76% 0.47% -
HSV(B) 352.09º 0.87% 0.82% -
XYZ 27.61 14.78 4.65 -
YUV 85.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 210 28 52 0 0.87 0.75 0.18 352.09 0.76 0.47
Hex D2 1C 34 0 57 4B 12 160 4C 2F
Octal 322 34 64 0 127 113 22 540 114 57
Binary 11010010 11100 110100 0 1010111 1001011 10010 101100000 1001100 101111

Color Harmonies of #D21C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C34

Black with #D21C34

Text Example


Text Example

White with #D21C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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