Html Css Color HEX #D12342 Brick Red

📋 copy color: '#D12342'

red 209 ◦ green 35 ◦ blue 66

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

Shades of Brick Red #D12342

Tints of Brick Red #D12342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.29%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 67.42%
G = 11.29%
B = 21.29%

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

#D12342 (or 0xD12342) is known color: Brick Red. HEX triplet: D1, 23 and 42. RGB value is (209,35,66). Sum of RGB (Red+Green+Blue) = 209+35+66=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D12342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12342 is #2EDCBD. Grayscale: #5A5A5A. Windows color (decimal): -3071166 or 4334545. OLE color: 4334545.

HSL color Cylindrical-coordinate representation of color #D12342: hue angle of 349.31º 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 #D12342 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 66 -
CMYK 0 0.83 0.68 0.18
HSL 349.31º 0.71% 0.48% -
HSV(B) 349.31º 0.83% 0.82% -
XYZ 27.88 15.15 6.61 -
YUV 90.56 114.15 212.48 -
System Red Green Blue C M Y K H S L
Decimal 209 35 66 0 0.83 0.68 0.18 349.31 0.71 0.48
Hex D1 23 42 0 53 44 12 15D 47 30
Octal 321 43 102 0 123 104 22 535 107 60
Binary 11010001 100011 1000010 0 1010011 1000100 10010 101011101 1000111 110000

Color Harmonies of #D12342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12342

Black with #D12342

Text Example


Text Example

White with #D12342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12342; }

 p { color: rgb(209,35,66); }

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

background-color css

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

 a { background-color: rgb(209,35,66); }

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

border-color css

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

 span { border-color: rgb(209,35,66); }

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