Html Css Color HEX #D0283C Brick Red

📋 copy color: '#D0283C'

red 208 ◦ green 40 ◦ blue 60

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

Shades of Brick Red #D0283C

Tints of Brick Red #D0283C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 67.53%
G = 12.99%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0283C (or 0xD0283C) is known color: Brick Red. HEX triplet: D0, 28 and 3C. RGB value is (208,40,60). Sum of RGB (Red+Green+Blue) = 208+40+60=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0283C is #2FD7C3. Grayscale: #5C5C5C. Windows color (decimal): -3135428 or 3942608. OLE color: 3942608.

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

Color convert

RGB 208 40 60 -
CMYK 0 0.81 0.71 0.18
HSL 352.86º 0.68% 0.49% -
HSV(B) 352.86º 0.81% 0.82% -
XYZ 27.59 15.25 5.77 -
YUV 92.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 208 40 60 0 0.81 0.71 0.18 352.86 0.68 0.49
Hex D0 28 3C 0 51 47 12 161 44 31
Octal 320 50 74 0 121 107 22 541 104 61
Binary 11010000 101000 111100 0 1010001 1000111 10010 101100001 1000100 110001

Color Harmonies of #D0283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0283C

Black with #D0283C

Text Example


Text Example

White with #D0283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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