Html Css Color HEX #D21D30 Cardinal

📋 copy color: '#D21D30'

red 210 ◦ green 29 ◦ blue 48

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

Shades of Cardinal #D21D30

Tints of Cardinal #D21D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 73.17%
G = 10.1%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D21D30 (or 0xD21D30) is known color: Cardinal. HEX triplet: D2, 1D and 30. RGB value is (210,29,48). Sum of RGB (Red+Green+Blue) = 210+29+48=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21D30 is #2DE2CF. Grayscale: #555555. Windows color (decimal): -3007184 or 3153362. OLE color: 3153362.

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

Color convert

RGB 210 29 48 -
CMYK 0 0.86 0.77 0.18
HSL 353.7º 0.76% 0.47% -
HSV(B) 353.7º 0.86% 0.82% -
XYZ 27.55 14.79 4.2 -
YUV 85.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 210 29 48 0 0.86 0.77 0.18 353.7 0.76 0.47
Hex D2 1D 30 0 56 4D 12 162 4C 2F
Octal 322 35 60 0 126 115 22 542 114 57
Binary 11010010 11101 110000 0 1010110 1001101 10010 101100010 1001100 101111

Color Harmonies of #D21D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D30

Black with #D21D30

Text Example


Text Example

White with #D21D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D30; }

 p { color: rgb(210,29,48); }

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

background-color css

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

 a { background-color: rgb(210,29,48); }

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

border-color css

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

 span { border-color: rgb(210,29,48); }

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