Html Css Color HEX #D12943 Brick Red

📋 copy color: '#D12943'

red 209 ◦ green 41 ◦ blue 67

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

Shades of Brick Red #D12943

Tints of Brick Red #D12943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

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

R = 65.93%
G = 12.93%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D12943 (or 0xD12943) is known color: Brick Red. HEX triplet: D1, 29 and 43. RGB value is (209,41,67). Sum of RGB (Red+Green+Blue) = 209+41+67=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D12943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12943 is #2ED6BC. Grayscale: #5E5E5E. Windows color (decimal): -3069629 or 4401617. OLE color: 4401617.

HSL color Cylindrical-coordinate representation of color #D12943: hue angle of 350.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12943 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 67 -
CMYK 0 0.80 0.68 0.18
HSL 350.71º 0.67% 0.49% -
HSV(B) 350.71º 0.8% 0.82% -
XYZ 28.1 15.55 6.83 -
YUV 94.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 209 41 67 0 0.80 0.68 0.18 350.71 0.67 0.49
Hex D1 29 43 0 50 44 12 15F 43 31
Octal 321 51 103 0 120 104 22 537 103 61
Binary 11010001 101001 1000011 0 1010000 1000100 10010 101011111 1000011 110001

Color Harmonies of #D12943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12943

Black with #D12943

Text Example


Text Example

White with #D12943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12943; }

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

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

background-color css

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

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

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

border-color css

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

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

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