Html Css Color HEX #D12443 Brick Red

📋 copy color: '#D12443'

red 209 ◦ green 36 ◦ blue 67

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

Shades of Brick Red #D12443

Tints of Brick Red #D12443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 66.99%
G = 11.54%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D12443 (or 0xD12443) is known color: Brick Red. HEX triplet: D1, 24 and 43. RGB value is (209,36,67). Sum of RGB (Red+Green+Blue) = 209+36+67=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D12443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12443 is #2EDBBC. Grayscale: #5B5B5B. Windows color (decimal): -3070909 or 4400337. OLE color: 4400337.

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

Color convert

RGB 209 36 67 -
CMYK 0 0.83 0.68 0.18
HSL 349.25º 0.71% 0.48% -
HSV(B) 349.25º 0.83% 0.82% -
XYZ 27.94 15.22 6.78 -
YUV 91.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 209 36 67 0 0.83 0.68 0.18 349.25 0.71 0.48
Hex D1 24 43 0 53 44 12 15D 47 30
Octal 321 44 103 0 123 104 22 535 107 60
Binary 11010001 100100 1000011 0 1010011 1000100 10010 101011101 1000111 110000

Color Harmonies of #D12443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12443

Black with #D12443

Text Example


Text Example

White with #D12443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12443; }

 p { color: rgb(209,36,67); }

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

background-color css

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

 a { background-color: rgb(209,36,67); }

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

border-color css

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

 span { border-color: rgb(209,36,67); }

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