Html Css Color HEX #D23043 Brick Red

📋 copy color: '#D23043'

red 210 ◦ green 48 ◦ blue 67

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

Shades of Brick Red #D23043

Tints of Brick Red #D23043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.62%

R = 64.62%
G = 14.77%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D23043 (or 0xD23043) is known color: Brick Red. HEX triplet: D2, 30 and 43. RGB value is (210,48,67). Sum of RGB (Red+Green+Blue) = 210+48+67=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D23043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23043 is #2DCFBC. Grayscale: #626262. Windows color (decimal): -3002301 or 4403410. OLE color: 4403410.

HSL color Cylindrical-coordinate representation of color #D23043: hue angle of 352.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23043 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 48 67 -
CMYK 0 0.77 0.68 0.18
HSL 352.96º 0.64% 0.51% -
HSV(B) 352.96º 0.77% 0.82% -
XYZ 28.65 16.22 6.93 -
YUV 98.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 210 48 67 0 0.77 0.68 0.18 352.96 0.64 0.51
Hex D2 30 43 0 4D 44 12 161 40 33
Octal 322 60 103 0 115 104 22 541 100 63
Binary 11010010 110000 1000011 0 1001101 1000100 10010 101100001 1000000 110011

Color Harmonies of #D23043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23043

Black with #D23043

Text Example


Text Example

White with #D23043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23043; }

 p { color: rgb(210,48,67); }

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

background-color css

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

 a { background-color: rgb(210,48,67); }

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

border-color css

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

 span { border-color: rgb(210,48,67); }

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