Html Css Color HEX #D0384B Brick Red

📋 copy color: '#D0384B'

red 208 ◦ green 56 ◦ blue 75

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

Shades of Brick Red #D0384B

Tints of Brick Red #D0384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.52%

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

R = 61.36%
G = 16.52%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0384B (or 0xD0384B) is known color: Brick Red. HEX triplet: D0, 38 and 4B. RGB value is (208,56,75). Sum of RGB (Red+Green+Blue) = 208+56+75=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0384B is #2FC7B4. Grayscale: #676767. Windows color (decimal): -3131317 or 4929744. OLE color: 4929744.

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

Color convert

RGB 208 56 75 -
CMYK 0 0.73 0.64 0.18
HSL 352.5º 0.62% 0.52% -
HSV(B) 352.5º 0.73% 0.82% -
XYZ 28.7 16.75 8.38 -
YUV 103.61 111.86 202.46 -
System Red Green Blue C M Y K H S L
Decimal 208 56 75 0 0.73 0.64 0.18 352.5 0.62 0.52
Hex D0 38 4B 0 49 40 12 160 3E 34
Octal 320 70 113 0 111 100 22 540 76 64
Binary 11010000 111000 1001011 0 1001001 1000000 10010 101100000 111110 110100

Color Harmonies of #D0384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0384B

Black with #D0384B

Text Example


Text Example

White with #D0384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0384B; }

 p { color: rgb(208,56,75); }

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

background-color css

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

 a { background-color: rgb(208,56,75); }

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

border-color css

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

 span { border-color: rgb(208,56,75); }

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