Html Css Color HEX #D12642 Brick Red

📋 copy color: '#D12642'

red 209 ◦ green 38 ◦ blue 66

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

Shades of Brick Red #D12642

Tints of Brick Red #D12642

RGB

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

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

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

R = 66.77%
G = 12.14%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D12642 (or 0xD12642) is known color: Brick Red. HEX triplet: D1, 26 and 42. RGB value is (209,38,66). Sum of RGB (Red+Green+Blue) = 209+38+66=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D12642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12642 is #2ED9BD. Grayscale: #5C5C5C. Windows color (decimal): -3070398 or 4335313. OLE color: 4335313.

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

Color convert

RGB 209 38 66 -
CMYK 0 0.82 0.68 0.18
HSL 350.18º 0.69% 0.48% -
HSV(B) 350.18º 0.82% 0.82% -
XYZ 27.97 15.33 6.64 -
YUV 92.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 209 38 66 0 0.82 0.68 0.18 350.18 0.69 0.48
Hex D1 26 42 0 52 44 12 15E 45 30
Octal 321 46 102 0 122 104 22 536 105 60
Binary 11010001 100110 1000010 0 1010010 1000100 10010 101011110 1000101 110000

Color Harmonies of #D12642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12642

Black with #D12642

Text Example


Text Example

White with #D12642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12642; }

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

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

background-color css

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

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

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

border-color css

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

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

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