Html Css Color HEX #D23745 Brick Red

📋 copy color: '#D23745'

red 210 ◦ green 55 ◦ blue 69

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

Shades of Brick Red #D23745

Tints of Brick Red #D23745

RGB

 RED value IS 210 (82.42% from 255) = 62.87%

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 62.87%
G = 16.47%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D23745 (or 0xD23745) is known color: Brick Red. HEX triplet: D2, 37 and 45. RGB value is (210,55,69). Sum of RGB (Red+Green+Blue) = 210+55+69=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D23745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23745 is #2DC8BA. Grayscale: #676767. Windows color (decimal): -3000507 or 4536274. OLE color: 4536274.

HSL color Cylindrical-coordinate representation of color #D23745: hue angle of 354.58º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23745 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 55 69 -
CMYK 0 0.74 0.67 0.18
HSL 354.58º 0.63% 0.52% -
HSV(B) 354.58º 0.74% 0.82% -
XYZ 29.02 16.86 7.36 -
YUV 102.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 210 55 69 0 0.74 0.67 0.18 354.58 0.63 0.52
Hex D2 37 45 0 4A 43 12 163 3F 34
Octal 322 67 105 0 112 103 22 543 77 64
Binary 11010010 110111 1000101 0 1001010 1000011 10010 101100011 111111 110100

Color Harmonies of #D23745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23745

Black with #D23745

Text Example


Text Example

White with #D23745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23745; }

 p { color: rgb(210,55,69); }

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

background-color css

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

 a { background-color: rgb(210,55,69); }

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

border-color css

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

 span { border-color: rgb(210,55,69); }

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