Html Css Color HEX #D02838 Brick Red

📋 copy color: '#D02838'

red 208 ◦ green 40 ◦ blue 56

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

Shades of Brick Red #D02838

Tints of Brick Red #D02838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 68.42%
G = 13.16%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D02838 (or 0xD02838) is known color: Brick Red. HEX triplet: D0, 28 and 38. RGB value is (208,40,56). Sum of RGB (Red+Green+Blue) = 208+40+56=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D02838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02838 is #2FD7C7. Grayscale: #5C5C5C. Windows color (decimal): -3135432 or 3680464. OLE color: 3680464.

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

Color convert

RGB 208 40 56 -
CMYK 0 0.81 0.73 0.18
HSL 354.29º 0.68% 0.49% -
HSV(B) 354.29º 0.81% 0.82% -
XYZ 27.49 15.21 5.23 -
YUV 92.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 208 40 56 0 0.81 0.73 0.18 354.29 0.68 0.49
Hex D0 28 38 0 51 49 12 162 44 31
Octal 320 50 70 0 121 111 22 542 104 61
Binary 11010000 101000 111000 0 1010001 1001001 10010 101100010 1000100 110001

Color Harmonies of #D02838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02838

Black with #D02838

Text Example


Text Example

White with #D02838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02838; }

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

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

background-color css

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

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

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

border-color css

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

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

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