Html Css Color HEX #D21C30 Cardinal

📋 copy color: '#D21C30'

red 210 ◦ green 28 ◦ blue 48

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

Shades of Cardinal #D21C30

Tints of Cardinal #D21C30

RGB

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

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

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

R = 73.43%
G = 9.79%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D21C30 (or 0xD21C30) is known color: Cardinal. HEX triplet: D2, 1C and 30. RGB value is (210,28,48). Sum of RGB (Red+Green+Blue) = 210+28+48=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C30 is #2DE3CF. Grayscale: #545454. Windows color (decimal): -3007440 or 3153106. OLE color: 3153106.

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

Color convert

RGB 210 28 48 -
CMYK 0 0.87 0.77 0.18
HSL 353.41º 0.76% 0.47% -
HSV(B) 353.41º 0.87% 0.82% -
XYZ 27.53 14.75 4.19 -
YUV 84.7 107.3 217.37 -
System Red Green Blue C M Y K H S L
Decimal 210 28 48 0 0.87 0.77 0.18 353.41 0.76 0.47
Hex D2 1C 30 0 57 4D 12 161 4C 2F
Octal 322 34 60 0 127 115 22 541 114 57
Binary 11010010 11100 110000 0 1010111 1001101 10010 101100001 1001100 101111

Color Harmonies of #D21C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C30

Black with #D21C30

Text Example


Text Example

White with #D21C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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