Html Css Color HEX #D12541 Brick Red

📋 copy color: '#D12541'

red 209 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #D12541

Tints of Brick Red #D12541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

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

R = 67.2%
G = 11.9%
B = 20.9%

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

#D12541 (or 0xD12541) is known color: Brick Red. HEX triplet: D1, 25 and 41. RGB value is (209,37,65). Sum of RGB (Red+Green+Blue) = 209+37+65=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D12541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12541 is #2EDABE. Grayscale: #5B5B5B. Windows color (decimal): -3070655 or 4269521. OLE color: 4269521.

HSL color Cylindrical-coordinate representation of color #D12541: hue angle of 350.23º degrees, saturation: 0.7, 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 #D12541 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 65 -
CMYK 0 0.82 0.69 0.18
HSL 350.23º 0.7% 0.48% -
HSV(B) 350.23º 0.82% 0.82% -
XYZ 27.91 15.26 6.48 -
YUV 91.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 209 37 65 0 0.82 0.69 0.18 350.23 0.7 0.48
Hex D1 25 41 0 52 45 12 15E 46 30
Octal 321 45 101 0 122 105 22 536 106 60
Binary 11010001 100101 1000001 0 1010010 1000101 10010 101011110 1000110 110000

Color Harmonies of #D12541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12541

Black with #D12541

Text Example


Text Example

White with #D12541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12541; }

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

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

background-color css

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

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

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

border-color css

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

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

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