Html Css Color HEX #D02440 Brick Red

📋 copy color: '#D02440'

red 208 ◦ green 36 ◦ blue 64

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

Shades of Brick Red #D02440

Tints of Brick Red #D02440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

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

R = 67.53%
G = 11.69%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D02440 (or 0xD02440) is known color: Brick Red. HEX triplet: D0, 24 and 40. RGB value is (208,36,64). Sum of RGB (Red+Green+Blue) = 208+36+64=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D02440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02440 is #2FDBBF. Grayscale: #5A5A5A. Windows color (decimal): -3136448 or 4203728. OLE color: 4203728.

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

Color convert

RGB 208 36 64 -
CMYK 0 0.83 0.69 0.18
HSL 350.23º 0.7% 0.48% -
HSV(B) 350.23º 0.83% 0.82% -
XYZ 27.57 15.04 6.3 -
YUV 90.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 208 36 64 0 0.83 0.69 0.18 350.23 0.7 0.48
Hex D0 24 40 0 53 45 12 15E 46 30
Octal 320 44 100 0 123 105 22 536 106 60
Binary 11010000 100100 1000000 0 1010011 1000101 10010 101011110 1000110 110000

Color Harmonies of #D02440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02440

Black with #D02440

Text Example


Text Example

White with #D02440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02440; }

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

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

background-color css

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

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

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

border-color css

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

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

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