Html Css Color HEX #D32239 Cardinal

📋 copy color: '#D32239'

red 211 ◦ green 34 ◦ blue 57

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

Shades of Cardinal #D32239

Tints of Cardinal #D32239

RGB

 RED value IS 211 (82.81% from 255) = 69.87%

 GREEN value IS 34 (13.67% from 255) = 11.26%

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 69.87%
G = 11.26%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D32239 (or 0xD32239) is known color: Cardinal. HEX triplet: D3, 22 and 39. RGB value is (211,34,57). Sum of RGB (Red+Green+Blue) = 211+34+57=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D32239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32239 is #2CDDC6. Grayscale: #595959. Windows color (decimal): -2940359 or 3744467. OLE color: 3744467.

HSL color Cylindrical-coordinate representation of color #D32239: hue angle of 352.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32239 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 34 57 -
CMYK 0 0.84 0.73 0.17
HSL 352.2º 0.72% 0.48% -
HSV(B) 352.2º 0.84% 0.83% -
XYZ 28.17 15.29 5.34 -
YUV 89.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 211 34 57 0 0.84 0.73 0.17 352.2 0.72 0.48
Hex D3 22 39 0 54 49 11 160 48 30
Octal 323 42 71 0 124 111 21 540 110 60
Binary 11010011 100010 111001 0 1010100 1001001 10001 101100000 1001000 110000

Color Harmonies of #D32239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32239

Black with #D32239

Text Example


Text Example

White with #D32239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32239; }

 p { color: rgb(211,34,57); }

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

background-color css

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

 a { background-color: rgb(211,34,57); }

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

border-color css

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

 span { border-color: rgb(211,34,57); }

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