Html Css Color HEX #D43645 Brick Red

📋 copy color: '#D43645'

red 212 ◦ green 54 ◦ blue 69

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

Shades of Brick Red #D43645

Tints of Brick Red #D43645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

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

R = 63.28%
G = 16.12%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D43645 (or 0xD43645) is known color: Brick Red. HEX triplet: D4, 36 and 45. RGB value is (212,54,69). Sum of RGB (Red+Green+Blue) = 212+54+69=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D43645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43645 is #2BC9BA. Grayscale: #676767. Windows color (decimal): -2869691 or 4536020. OLE color: 4536020.

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

Color convert

RGB 212 54 69 -
CMYK 0 0.75 0.67 0.17
HSL 354.3º 0.65% 0.52% -
HSV(B) 354.3º 0.75% 0.83% -
XYZ 29.54 17.07 7.37 -
YUV 102.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 212 54 69 0 0.75 0.67 0.17 354.3 0.65 0.52
Hex D4 36 45 0 4B 43 11 162 41 34
Octal 324 66 105 0 113 103 21 542 101 64
Binary 11010100 110110 1000101 0 1001011 1000011 10001 101100010 1000001 110100

Color Harmonies of #D43645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43645

Black with #D43645

Text Example


Text Example

White with #D43645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43645; }

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

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

background-color css

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

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

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

border-color css

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

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

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