Html Css Color HEX #D0283F Brick Red

📋 copy color: '#D0283F'

red 208 ◦ green 40 ◦ blue 63

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

Shades of Brick Red #D0283F

Tints of Brick Red #D0283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.26%

R = 66.88%
G = 12.86%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0283F (or 0xD0283F) is known color: Brick Red. HEX triplet: D0, 28 and 3F. RGB value is (208,40,63). Sum of RGB (Red+Green+Blue) = 208+40+63=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D0283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0283F is #2FD7C0. Grayscale: #5C5C5C. Windows color (decimal): -3135425 or 4139216. OLE color: 4139216.

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

Color convert

RGB 208 40 63 -
CMYK 0 0.81 0.70 0.18
HSL 351.79º 0.68% 0.49% -
HSV(B) 351.79º 0.81% 0.82% -
XYZ 27.67 15.29 6.19 -
YUV 92.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 208 40 63 0 0.81 0.70 0.18 351.79 0.68 0.49
Hex D0 28 3F 0 51 46 12 160 44 31
Octal 320 50 77 0 121 106 22 540 104 61
Binary 11010000 101000 111111 0 1010001 1000110 10010 101100000 1000100 110001

Color Harmonies of #D0283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0283F

Black with #D0283F

Text Example


Text Example

White with #D0283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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