Html Css Color HEX #D12739 Brick Red

📋 copy color: '#D12739'

red 209 ◦ green 39 ◦ blue 57

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

Shades of Brick Red #D12739

Tints of Brick Red #D12739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

 BLUE value IS 57 (22.66% from 255) = 18.69%

R = 68.52%
G = 12.79%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D12739 (or 0xD12739) is known color: Brick Red. HEX triplet: D1, 27 and 39. RGB value is (209,39,57). Sum of RGB (Red+Green+Blue) = 209+39+57=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D12739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12739 is #2ED8C6. Grayscale: #5B5B5B. Windows color (decimal): -3070151 or 3745745. OLE color: 3745745.

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

Color convert

RGB 209 39 57 -
CMYK 0 0.81 0.73 0.18
HSL 353.65º 0.69% 0.49% -
HSV(B) 353.65º 0.81% 0.82% -
XYZ 27.76 15.3 5.36 -
YUV 91.88 108.32 211.54 -
System Red Green Blue C M Y K H S L
Decimal 209 39 57 0 0.81 0.73 0.18 353.65 0.69 0.49
Hex D1 27 39 0 51 49 12 162 45 31
Octal 321 47 71 0 121 111 22 542 105 61
Binary 11010001 100111 111001 0 1010001 1001001 10010 101100010 1000101 110001

Color Harmonies of #D12739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12739

Black with #D12739

Text Example


Text Example

White with #D12739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12739; }

 p { color: rgb(209,39,57); }

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

background-color css

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

 a { background-color: rgb(209,39,57); }

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

border-color css

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

 span { border-color: rgb(209,39,57); }

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