Html Css Color HEX #D21F31 Cardinal

📋 copy color: '#D21F31'

red 210 ◦ green 31 ◦ blue 49

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

Shades of Cardinal #D21F31

Tints of Cardinal #D21F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

 BLUE value IS 49 (19.53% from 255) = 16.9%

R = 72.41%
G = 10.69%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D21F31 (or 0xD21F31) is known color: Cardinal. HEX triplet: D2, 1F and 31. RGB value is (210,31,49). Sum of RGB (Red+Green+Blue) = 210+31+49=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F31 is #2DE0CE. Grayscale: #565656. Windows color (decimal): -3006671 or 3219410. OLE color: 3219410.

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

Color convert

RGB 210 31 49 -
CMYK 0 0.85 0.77 0.18
HSL 353.97º 0.74% 0.47% -
HSV(B) 353.97º 0.85% 0.82% -
XYZ 27.62 14.9 4.33 -
YUV 86.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 210 31 49 0 0.85 0.77 0.18 353.97 0.74 0.47
Hex D2 1F 31 0 55 4D 12 162 4A 2F
Octal 322 37 61 0 125 115 22 542 112 57
Binary 11010010 11111 110001 0 1010101 1001101 10010 101100010 1001010 101111

Color Harmonies of #D21F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F31

Black with #D21F31

Text Example


Text Example

White with #D21F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F31; }

 p { color: rgb(210,31,49); }

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

background-color css

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

 a { background-color: rgb(210,31,49); }

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

border-color css

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

 span { border-color: rgb(210,31,49); }

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