Html Css Color HEX #D2364A Brick Red

📋 copy color: '#D2364A'

red 210 ◦ green 54 ◦ blue 74

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

Shades of Brick Red #D2364A

Tints of Brick Red #D2364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 62.13%
G = 15.98%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2364A (or 0xD2364A) is known color: Brick Red. HEX triplet: D2, 36 and 4A. RGB value is (210,54,74). Sum of RGB (Red+Green+Blue) = 210+54+74=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2364A is #2DC9B5. Grayscale: #676767. Windows color (decimal): -3000758 or 4863698. OLE color: 4863698.

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

Color convert

RGB 210 54 74 -
CMYK 0 0.74 0.65 0.18
HSL 352.31º 0.63% 0.52% -
HSV(B) 352.31º 0.74% 0.82% -
XYZ 29.13 16.83 8.19 -
YUV 102.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 210 54 74 0 0.74 0.65 0.18 352.31 0.63 0.52
Hex D2 36 4A 0 4A 41 12 160 3F 34
Octal 322 66 112 0 112 101 22 540 77 64
Binary 11010010 110110 1001010 0 1001010 1000001 10010 101100000 111111 110100

Color Harmonies of #D2364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2364A

Black with #D2364A

Text Example


Text Example

White with #D2364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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