Html Css Color HEX #D2364E Brick Red

📋 copy color: '#D2364E'

red 210 ◦ green 54 ◦ blue 78

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

Shades of Brick Red #D2364E

Tints of Brick Red #D2364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 61.4%
G = 15.79%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2364E (or 0xD2364E) is known color: Brick Red. HEX triplet: D2, 36 and 4E. RGB value is (210,54,78). Sum of RGB (Red+Green+Blue) = 210+54+78=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2364E is #2DC9B1. Grayscale: #676767. Windows color (decimal): -3000754 or 5125842. OLE color: 5125842.

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

Color convert

RGB 210 54 78 -
CMYK 0 0.74 0.63 0.18
HSL 350.77º 0.63% 0.52% -
HSV(B) 350.77º 0.74% 0.82% -
XYZ 29.27 16.89 8.92 -
YUV 103.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 210 54 78 0 0.74 0.63 0.18 350.77 0.63 0.52
Hex D2 36 4E 0 4A 3F 12 15F 3F 34
Octal 322 66 116 0 112 77 22 537 77 64
Binary 11010010 110110 1001110 0 1001010 111111 10010 101011111 111111 110100

Color Harmonies of #D2364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2364E

Black with #D2364E

Text Example


Text Example

White with #D2364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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