Html Css Color HEX #D23340 Brick Red

📋 copy color: '#D23340'

red 210 ◦ green 51 ◦ blue 64

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

Shades of Brick Red #D23340

Tints of Brick Red #D23340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 64.62%
G = 15.69%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D23340 (or 0xD23340) is known color: Brick Red. HEX triplet: D2, 33 and 40. RGB value is (210,51,64). Sum of RGB (Red+Green+Blue) = 210+51+64=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D23340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23340 is #2DCCBF. Grayscale: #646464. Windows color (decimal): -3001536 or 4207570. OLE color: 4207570.

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

Color convert

RGB 210 51 64 -
CMYK 0 0.76 0.70 0.18
HSL 355.09º 0.64% 0.51% -
HSV(B) 355.09º 0.76% 0.82% -
XYZ 28.69 16.44 6.51 -
YUV 100.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 210 51 64 0 0.76 0.70 0.18 355.09 0.64 0.51
Hex D2 33 40 0 4C 46 12 163 40 33
Octal 322 63 100 0 114 106 22 543 100 63
Binary 11010010 110011 1000000 0 1001100 1000110 10010 101100011 1000000 110011

Color Harmonies of #D23340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23340

Black with #D23340

Text Example


Text Example

White with #D23340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23340; }

 p { color: rgb(210,51,64); }

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

background-color css

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

 a { background-color: rgb(210,51,64); }

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

border-color css

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

 span { border-color: rgb(210,51,64); }

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