Html Css Color HEX #D03644 Brick Red

📋 copy color: '#D03644'

red 208 ◦ green 54 ◦ blue 68

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

Shades of Brick Red #D03644

Tints of Brick Red #D03644

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 63.03%
G = 16.36%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D03644 (or 0xD03644) is known color: Brick Red. HEX triplet: D0, 36 and 44. RGB value is (208,54,68). Sum of RGB (Red+Green+Blue) = 208+54+68=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D03644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03644 is #2FC9BB. Grayscale: #656565. Windows color (decimal): -3131836 or 4470480. OLE color: 4470480.

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

Color convert

RGB 208 54 68 -
CMYK 0 0.74 0.67 0.18
HSL 354.55º 0.62% 0.51% -
HSV(B) 354.55º 0.74% 0.82% -
XYZ 28.37 16.47 7.15 -
YUV 101.64 109.02 203.86 -
System Red Green Blue C M Y K H S L
Decimal 208 54 68 0 0.74 0.67 0.18 354.55 0.62 0.51
Hex D0 36 44 0 4A 43 12 163 3E 33
Octal 320 66 104 0 112 103 22 543 76 63
Binary 11010000 110110 1000100 0 1001010 1000011 10010 101100011 111110 110011

Color Harmonies of #D03644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03644

Black with #D03644

Text Example


Text Example

White with #D03644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03644; }

 p { color: rgb(208,54,68); }

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

background-color css

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

 a { background-color: rgb(208,54,68); }

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

border-color css

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

 span { border-color: rgb(208,54,68); }

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