Html Css Color HEX #D12B3A Brick Red

📋 copy color: '#D12B3A'

red 209 ◦ green 43 ◦ blue 58

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

Shades of Brick Red #D12B3A

Tints of Brick Red #D12B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 67.42%
G = 13.87%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D12B3A (or 0xD12B3A) is known color: Brick Red. HEX triplet: D1, 2B and 3A. RGB value is (209,43,58). Sum of RGB (Red+Green+Blue) = 209+43+58=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12B3A is #2ED4C5. Grayscale: #5E5E5E. Windows color (decimal): -3069126 or 3812305. OLE color: 3812305.

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

Color convert

RGB 209 43 58 -
CMYK 0 0.79 0.72 0.18
HSL 354.58º 0.66% 0.49% -
HSV(B) 354.58º 0.79% 0.82% -
XYZ 27.92 15.59 5.54 -
YUV 94.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 209 43 58 0 0.79 0.72 0.18 354.58 0.66 0.49
Hex D1 2B 3A 0 4F 48 12 163 42 31
Octal 321 53 72 0 117 110 22 543 102 61
Binary 11010001 101011 111010 0 1001111 1001000 10010 101100011 1000010 110001

Color Harmonies of #D12B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12B3A

Black with #D12B3A

Text Example


Text Example

White with #D12B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12B3A; }

 p { color: rgb(209,43,58); }

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

background-color css

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

 a { background-color: rgb(209,43,58); }

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

border-color css

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

 span { border-color: rgb(209,43,58); }

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