Html Css Color HEX #D2364B Brick Red

📋 copy color: '#D2364B'

red 210 ◦ green 54 ◦ blue 75

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

Shades of Brick Red #D2364B

Tints of Brick Red #D2364B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 61.95%
G = 15.93%
B = 22.12%

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

#D2364B (or 0xD2364B) is known color: Brick Red. HEX triplet: D2, 36 and 4B. RGB value is (210,54,75). Sum of RGB (Red+Green+Blue) = 210+54+75=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2364B is #2DC9B4. Grayscale: #676767. Windows color (decimal): -3000757 or 4929234. OLE color: 4929234.

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

Color convert

RGB 210 54 75 -
CMYK 0 0.74 0.64 0.18
HSL 351.92º 0.63% 0.52% -
HSV(B) 351.92º 0.74% 0.82% -
XYZ 29.17 16.85 8.37 -
YUV 103.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 210 54 75 0 0.74 0.64 0.18 351.92 0.63 0.52
Hex D2 36 4B 0 4A 40 12 160 3F 34
Octal 322 66 113 0 112 100 22 540 77 64
Binary 11010010 110110 1001011 0 1001010 1000000 10010 101100000 111111 110100

Color Harmonies of #D2364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2364B

Black with #D2364B

Text Example


Text Example

White with #D2364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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