Html Css Color HEX #D12231 Cardinal

📋 copy color: '#D12231'

red 209 ◦ green 34 ◦ blue 49

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

Shades of Cardinal #D12231

Tints of Cardinal #D12231

RGB

 RED value IS 209 (82.03% from 255) = 71.58%

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

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

R = 71.58%
G = 11.64%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D12231 (or 0xD12231) is known color: Cardinal. HEX triplet: D1, 22 and 31. RGB value is (209,34,49). Sum of RGB (Red+Green+Blue) = 209+34+49=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D12231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12231 is #2EDDCE. Grayscale: #585858. Windows color (decimal): -3071439 or 3220177. OLE color: 3220177.

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

Color convert

RGB 209 34 49 -
CMYK 0 0.84 0.77 0.18
HSL 354.86º 0.72% 0.48% -
HSV(B) 354.86º 0.84% 0.82% -
XYZ 27.42 14.92 4.34 -
YUV 88.04 105.98 214.28 -
System Red Green Blue C M Y K H S L
Decimal 209 34 49 0 0.84 0.77 0.18 354.86 0.72 0.48
Hex D1 22 31 0 54 4D 12 163 48 30
Octal 321 42 61 0 124 115 22 543 110 60
Binary 11010001 100010 110001 0 1010100 1001101 10010 101100011 1001000 110000

Color Harmonies of #D12231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12231

Black with #D12231

Text Example


Text Example

White with #D12231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12231; }

 p { color: rgb(209,34,49); }

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

background-color css

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

 a { background-color: rgb(209,34,49); }

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

border-color css

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

 span { border-color: rgb(209,34,49); }

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