Html Css Color HEX #D12348 Brick Red

📋 copy color: '#D12348'

red 209 ◦ green 35 ◦ blue 72

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

Shades of Brick Red #D12348

Tints of Brick Red #D12348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 66.14%
G = 11.08%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D12348 (or 0xD12348) is known color: Brick Red. HEX triplet: D1, 23 and 48. RGB value is (209,35,72). Sum of RGB (Red+Green+Blue) = 209+35+72=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D12348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12348 is #2EDCB7. Grayscale: #5B5B5B. Windows color (decimal): -3071160 or 4727761. OLE color: 4727761.

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

Color convert

RGB 209 35 72 -
CMYK 0 0.83 0.66 0.18
HSL 347.24º 0.71% 0.48% -
HSV(B) 347.24º 0.83% 0.82% -
XYZ 28.07 15.23 7.59 -
YUV 91.24 117.15 211.99 -
System Red Green Blue C M Y K H S L
Decimal 209 35 72 0 0.83 0.66 0.18 347.24 0.71 0.48
Hex D1 23 48 0 53 42 12 15B 47 30
Octal 321 43 110 0 123 102 22 533 107 60
Binary 11010001 100011 1001000 0 1010011 1000010 10010 101011011 1000111 110000

Color Harmonies of #D12348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12348

Black with #D12348

Text Example


Text Example

White with #D12348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12348; }

 p { color: rgb(209,35,72); }

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

background-color css

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

 a { background-color: rgb(209,35,72); }

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

border-color css

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

 span { border-color: rgb(209,35,72); }

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