Html Css Color HEX #D21E36 Cardinal

📋 copy color: '#D21E36'

red 210 ◦ green 30 ◦ blue 54

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

Shades of Cardinal #D21E36

Tints of Cardinal #D21E36

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.2%

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 71.43%
G = 10.2%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D21E36 (or 0xD21E36) is known color: Cardinal. HEX triplet: D2, 1E and 36. RGB value is (210,30,54). Sum of RGB (Red+Green+Blue) = 210+30+54=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21E36 is #2DE1C9. Grayscale: #565656. Windows color (decimal): -3006922 or 3546834. OLE color: 3546834.

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

Color convert

RGB 210 30 54 -
CMYK 0 0.86 0.74 0.18
HSL 352º 0.75% 0.47% -
HSV(B) 352º 0.86% 0.82% -
XYZ 27.71 14.9 4.9 -
YUV 86.56 109.63 216.05 -
System Red Green Blue C M Y K H S L
Decimal 210 30 54 0 0.86 0.74 0.18 352 0.75 0.47
Hex D2 1E 36 0 56 4A 12 160 4B 2F
Octal 322 36 66 0 126 112 22 540 113 57
Binary 11010010 11110 110110 0 1010110 1001010 10010 101100000 1001011 101111

Color Harmonies of #D21E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E36

Black with #D21E36

Text Example


Text Example

White with #D21E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E36; }

 p { color: rgb(210,30,54); }

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

background-color css

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

 a { background-color: rgb(210,30,54); }

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

border-color css

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

 span { border-color: rgb(210,30,54); }

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