Html Css Color HEX #D2364C Brick Red

📋 copy color: '#D2364C'

red 210 ◦ green 54 ◦ blue 76

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

Shades of Brick Red #D2364C

Tints of Brick Red #D2364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 61.76%
G = 15.88%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2364C (or 0xD2364C) is known color: Brick Red. HEX triplet: D2, 36 and 4C. RGB value is (210,54,76). Sum of RGB (Red+Green+Blue) = 210+54+76=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2364C is #2DC9B3. Grayscale: #676767. Windows color (decimal): -3000756 or 4994770. OLE color: 4994770.

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

Color convert

RGB 210 54 76 -
CMYK 0 0.74 0.64 0.18
HSL 351.54º 0.63% 0.52% -
HSV(B) 351.54º 0.74% 0.82% -
XYZ 29.2 16.86 8.55 -
YUV 103.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 210 54 76 0 0.74 0.64 0.18 351.54 0.63 0.52
Hex D2 36 4C 0 4A 40 12 160 3F 34
Octal 322 66 114 0 112 100 22 540 77 64
Binary 11010010 110110 1001100 0 1001010 1000000 10010 101100000 111111 110100

Color Harmonies of #D2364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2364C

Black with #D2364C

Text Example


Text Example

White with #D2364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2364C; }

 p { color: rgb(210,54,76); }

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

background-color css

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

 a { background-color: rgb(210,54,76); }

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

border-color css

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

 span { border-color: rgb(210,54,76); }

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