Html Css Color HEX #D0204C Brick Red

📋 copy color: '#D0204C'

red 208 ◦ green 32 ◦ blue 76

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

Shades of Brick Red #D0204C

Tints of Brick Red #D0204C

RGB

 RED value IS 208 (81.64% from 255) = 65.82%

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 65.82%
G = 10.13%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0204C (or 0xD0204C) is known color: Brick Red. HEX triplet: D0, 20 and 4C. RGB value is (208,32,76). Sum of RGB (Red+Green+Blue) = 208+32+76=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D0204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0204C is #2FDFB3. Grayscale: #595959. Windows color (decimal): -3137460 or 4989136. OLE color: 4989136.

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

Color convert

RGB 208 32 76 -
CMYK 0 0.85 0.63 0.18
HSL 345º 0.73% 0.47% -
HSV(B) 345º 0.85% 0.82% -
XYZ 27.83 14.96 8.26 -
YUV 89.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 208 32 76 0 0.85 0.63 0.18 345 0.73 0.47
Hex D0 20 4C 0 55 3F 12 159 49 2F
Octal 320 40 114 0 125 77 22 531 111 57
Binary 11010000 100000 1001100 0 1010101 111111 10010 101011001 1001001 101111

Color Harmonies of #D0204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0204C

Black with #D0204C

Text Example


Text Example

White with #D0204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0204C; }

 p { color: rgb(208,32,76); }

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

background-color css

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

 a { background-color: rgb(208,32,76); }

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

border-color css

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

 span { border-color: rgb(208,32,76); }

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