Html Css Color HEX #D2264D Brick Red

📋 copy color: '#D2264D'

red 210 ◦ green 38 ◦ blue 77

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

Shades of Brick Red #D2264D

Tints of Brick Red #D2264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 64.62%
G = 11.69%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2264D (or 0xD2264D) is known color: Brick Red. HEX triplet: D2, 26 and 4D. RGB value is (210,38,77). Sum of RGB (Red+Green+Blue) = 210+38+77=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2264D is #2DD9B2. Grayscale: #5D5D5D. Windows color (decimal): -3004851 or 5056210. OLE color: 5056210.

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

Color convert

RGB 210 38 77 -
CMYK 0 0.82 0.63 0.18
HSL 346.4º 0.69% 0.49% -
HSV(B) 346.4º 0.82% 0.82% -
XYZ 28.61 15.62 8.53 -
YUV 93.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 210 38 77 0 0.82 0.63 0.18 346.4 0.69 0.49
Hex D2 26 4D 0 52 3F 12 15A 45 31
Octal 322 46 115 0 122 77 22 532 105 61
Binary 11010010 100110 1001101 0 1010010 111111 10010 101011010 1000101 110001

Color Harmonies of #D2264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2264D

Black with #D2264D

Text Example


Text Example

White with #D2264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2264D; }

 p { color: rgb(210,38,77); }

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

background-color css

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

 a { background-color: rgb(210,38,77); }

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

border-color css

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

 span { border-color: rgb(210,38,77); }

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