Html Css Color HEX #D21F32 Cardinal

📋 copy color: '#D21F32'

red 210 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #D21F32

Tints of Cardinal #D21F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 72.16%
G = 10.65%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D21F32 (or 0xD21F32) is known color: Cardinal. HEX triplet: D2, 1F and 32. RGB value is (210,31,50). Sum of RGB (Red+Green+Blue) = 210+31+50=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F32 is #2DE0CD. Grayscale: #565656. Windows color (decimal): -3006670 or 3284946. OLE color: 3284946.

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

Color convert

RGB 210 31 50 -
CMYK 0 0.85 0.76 0.18
HSL 353.63º 0.74% 0.47% -
HSV(B) 353.63º 0.85% 0.82% -
XYZ 27.64 14.91 4.44 -
YUV 86.69 107.3 215.96 -
System Red Green Blue C M Y K H S L
Decimal 210 31 50 0 0.85 0.76 0.18 353.63 0.74 0.47
Hex D2 1F 32 0 55 4C 12 162 4A 2F
Octal 322 37 62 0 125 114 22 542 112 57
Binary 11010010 11111 110010 0 1010101 1001100 10010 101100010 1001010 101111

Color Harmonies of #D21F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F32

Black with #D21F32

Text Example


Text Example

White with #D21F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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