Html Css Color HEX #D23142 Brick Red

📋 copy color: '#D23142'

red 210 ◦ green 49 ◦ blue 66

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

Shades of Brick Red #D23142

Tints of Brick Red #D23142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.08%

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 64.62%
G = 15.08%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D23142 (or 0xD23142) is known color: Brick Red. HEX triplet: D2, 31 and 42. RGB value is (210,49,66). Sum of RGB (Red+Green+Blue) = 210+49+66=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D23142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23142 is #2DCEBD. Grayscale: #636363. Windows color (decimal): -3002046 or 4338130. OLE color: 4338130.

HSL color Cylindrical-coordinate representation of color #D23142: hue angle of 353.66º 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 #D23142 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 66 -
CMYK 0 0.77 0.69 0.18
HSL 353.66º 0.64% 0.51% -
HSV(B) 353.66º 0.77% 0.82% -
XYZ 28.66 16.29 6.79 -
YUV 99.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 210 49 66 0 0.77 0.69 0.18 353.66 0.64 0.51
Hex D2 31 42 0 4D 45 12 162 40 33
Octal 322 61 102 0 115 105 22 542 100 63
Binary 11010010 110001 1000010 0 1001101 1000101 10010 101100010 1000000 110011

Color Harmonies of #D23142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23142

Black with #D23142

Text Example


Text Example

White with #D23142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23142; }

 p { color: rgb(210,49,66); }

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

background-color css

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

 a { background-color: rgb(210,49,66); }

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

border-color css

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

 span { border-color: rgb(210,49,66); }

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