Html Css Color HEX #D12741 Brick Red

📋 copy color: '#D12741'

red 209 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #D12741

Tints of Brick Red #D12741

RGB

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

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

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

R = 66.77%
G = 12.46%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D12741 (or 0xD12741) is known color: Brick Red. HEX triplet: D1, 27 and 41. RGB value is (209,39,65). Sum of RGB (Red+Green+Blue) = 209+39+65=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D12741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12741 is #2ED8BE. Grayscale: #5C5C5C. Windows color (decimal): -3070143 or 4270033. OLE color: 4270033.

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

Color convert

RGB 209 39 65 -
CMYK 0 0.81 0.69 0.18
HSL 350.82º 0.69% 0.49% -
HSV(B) 350.82º 0.81% 0.82% -
XYZ 27.97 15.39 6.5 -
YUV 92.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 209 39 65 0 0.81 0.69 0.18 350.82 0.69 0.49
Hex D1 27 41 0 51 45 12 15F 45 31
Octal 321 47 101 0 121 105 22 537 105 61
Binary 11010001 100111 1000001 0 1010001 1000101 10010 101011111 1000101 110001

Color Harmonies of #D12741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12741

Black with #D12741

Text Example


Text Example

White with #D12741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12741; }

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

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

background-color css

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

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

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

border-color css

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

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

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