Html Css Color HEX #D02540 Brick Red

📋 copy color: '#D02540'

red 208 ◦ green 37 ◦ blue 64

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

Shades of Brick Red #D02540

Tints of Brick Red #D02540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 67.31%
G = 11.97%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D02540 (or 0xD02540) is known color: Brick Red. HEX triplet: D0, 25 and 40. RGB value is (208,37,64). Sum of RGB (Red+Green+Blue) = 208+37+64=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D02540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02540 is #2FDABF. Grayscale: #5B5B5B. Windows color (decimal): -3136192 or 4203984. OLE color: 4203984.

HSL color Cylindrical-coordinate representation of color #D02540: hue angle of 350.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02540 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 37 64 -
CMYK 0 0.82 0.69 0.18
HSL 350.53º 0.7% 0.48% -
HSV(B) 350.53º 0.82% 0.82% -
XYZ 27.6 15.1 6.31 -
YUV 91.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 208 37 64 0 0.82 0.69 0.18 350.53 0.7 0.48
Hex D0 25 40 0 52 45 12 15F 46 30
Octal 320 45 100 0 122 105 22 537 106 60
Binary 11010000 100101 1000000 0 1010010 1000101 10010 101011111 1000110 110000

Color Harmonies of #D02540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02540

Black with #D02540

Text Example


Text Example

White with #D02540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02540; }

 p { color: rgb(208,37,64); }

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

background-color css

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

 a { background-color: rgb(208,37,64); }

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

border-color css

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

 span { border-color: rgb(208,37,64); }

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