Html Css Color HEX #D03441 Brick Red

📋 copy color: '#D03441'

red 208 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #D03441

Tints of Brick Red #D03441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 64%
G = 16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D03441 (or 0xD03441) is known color: Brick Red. HEX triplet: D0, 34 and 41. RGB value is (208,52,65). Sum of RGB (Red+Green+Blue) = 208+52+65=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D03441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03441 is #2FCBBE. Grayscale: #646464. Windows color (decimal): -3132351 or 4273360. OLE color: 4273360.

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

Color convert

RGB 208 52 65 -
CMYK 0 0.75 0.69 0.18
HSL 355º 0.62% 0.51% -
HSV(B) 355º 0.75% 0.82% -
XYZ 28.19 16.25 6.65 -
YUV 100.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 208 52 65 0 0.75 0.69 0.18 355 0.62 0.51
Hex D0 34 41 0 4B 45 12 163 3E 33
Octal 320 64 101 0 113 105 22 543 76 63
Binary 11010000 110100 1000001 0 1001011 1000101 10010 101100011 111110 110011

Color Harmonies of #D03441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03441

Black with #D03441

Text Example


Text Example

White with #D03441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03441; }

 p { color: rgb(208,52,65); }

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

background-color css

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

 a { background-color: rgb(208,52,65); }

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

border-color css

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

 span { border-color: rgb(208,52,65); }

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