Html Css Color HEX #D0283B Brick Red

📋 copy color: '#D0283B'

red 208 ◦ green 40 ◦ blue 59

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

Shades of Brick Red #D0283B

Tints of Brick Red #D0283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 67.75%
G = 13.03%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0283B (or 0xD0283B) is known color: Brick Red. HEX triplet: D0, 28 and 3B. RGB value is (208,40,59). Sum of RGB (Red+Green+Blue) = 208+40+59=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0283B is #2FD7C4. Grayscale: #5C5C5C. Windows color (decimal): -3135429 or 3877072. OLE color: 3877072.

HSL color Cylindrical-coordinate representation of color #D0283B: hue angle of 353.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0283B is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 59 -
CMYK 0 0.81 0.72 0.18
HSL 353.21º 0.68% 0.49% -
HSV(B) 353.21º 0.81% 0.82% -
XYZ 27.56 15.24 5.63 -
YUV 92.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 208 40 59 0 0.81 0.72 0.18 353.21 0.68 0.49
Hex D0 28 3B 0 51 48 12 161 44 31
Octal 320 50 73 0 121 110 22 541 104 61
Binary 11010000 101000 111011 0 1010001 1001000 10010 101100001 1000100 110001

Color Harmonies of #D0283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0283B

Black with #D0283B

Text Example


Text Example

White with #D0283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0283B; }

 p { color: rgb(208,40,59); }

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

background-color css

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

 a { background-color: rgb(208,40,59); }

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

border-color css

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

 span { border-color: rgb(208,40,59); }

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