Html Css Color HEX #D12641 Brick Red

📋 copy color: '#D12641'

red 209 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #D12641

Tints of Brick Red #D12641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 66.99%
G = 12.18%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D12641 (or 0xD12641) is known color: Brick Red. HEX triplet: D1, 26 and 41. RGB value is (209,38,65). Sum of RGB (Red+Green+Blue) = 209+38+65=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D12641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12641 is #2ED9BE. Grayscale: #5C5C5C. Windows color (decimal): -3070399 or 4269777. OLE color: 4269777.

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

Color convert

RGB 209 38 65 -
CMYK 0 0.82 0.69 0.18
HSL 350.53º 0.69% 0.48% -
HSV(B) 350.53º 0.82% 0.82% -
XYZ 27.94 15.32 6.49 -
YUV 92.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 209 38 65 0 0.82 0.69 0.18 350.53 0.69 0.48
Hex D1 26 41 0 52 45 12 15F 45 30
Octal 321 46 101 0 122 105 22 537 105 60
Binary 11010001 100110 1000001 0 1010010 1000101 10010 101011111 1000101 110000

Color Harmonies of #D12641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12641

Black with #D12641

Text Example


Text Example

White with #D12641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12641; }

 p { color: rgb(209,38,65); }

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

background-color css

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

 a { background-color: rgb(209,38,65); }

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

border-color css

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

 span { border-color: rgb(209,38,65); }

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