Html Css Color HEX #D43045 Brick Red

📋 copy color: '#D43045'

red 212 ◦ green 48 ◦ blue 69

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

Shades of Brick Red #D43045

Tints of Brick Red #D43045

RGB

 RED value IS 212 (83.2% from 255) = 64.44%

 GREEN value IS 48 (19.14% from 255) = 14.59%

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 64.44%
G = 14.59%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D43045 (or 0xD43045) is known color: Brick Red. HEX triplet: D4, 30 and 45. RGB value is (212,48,69). Sum of RGB (Red+Green+Blue) = 212+48+69=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D43045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43045 is #2BCFBA. Grayscale: #636363. Windows color (decimal): -2871227 or 4534484. OLE color: 4534484.

HSL color Cylindrical-coordinate representation of color #D43045: hue angle of 352.32º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43045 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 69 -
CMYK 0 0.77 0.67 0.17
HSL 352.32º 0.66% 0.51% -
HSV(B) 352.32º 0.77% 0.83% -
XYZ 29.28 16.54 7.28 -
YUV 99.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 212 48 69 0 0.77 0.67 0.17 352.32 0.66 0.51
Hex D4 30 45 0 4D 43 11 160 42 33
Octal 324 60 105 0 115 103 21 540 102 63
Binary 11010100 110000 1000101 0 1001101 1000011 10001 101100000 1000010 110011

Color Harmonies of #D43045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43045

Black with #D43045

Text Example


Text Example

White with #D43045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43045; }

 p { color: rgb(212,48,69); }

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

background-color css

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

 a { background-color: rgb(212,48,69); }

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

border-color css

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

 span { border-color: rgb(212,48,69); }

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