Html Css Color HEX #D03945 Brick Red

📋 copy color: '#D03945'

red 208 ◦ green 57 ◦ blue 69

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

Shades of Brick Red #D03945

Tints of Brick Red #D03945

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 62.28%
G = 17.07%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D03945 (or 0xD03945) is known color: Brick Red. HEX triplet: D0, 39 and 45. RGB value is (208,57,69). Sum of RGB (Red+Green+Blue) = 208+57+69=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D03945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03945 is #2FC6BA. Grayscale: #676767. Windows color (decimal): -3131067 or 4536784. OLE color: 4536784.

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

Color convert

RGB 208 57 69 -
CMYK 0 0.73 0.67 0.18
HSL 355.23º 0.62% 0.52% -
HSV(B) 355.23º 0.73% 0.82% -
XYZ 28.55 16.77 7.36 -
YUV 103.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 208 57 69 0 0.73 0.67 0.18 355.23 0.62 0.52
Hex D0 39 45 0 49 43 12 163 3E 34
Octal 320 71 105 0 111 103 22 543 76 64
Binary 11010000 111001 1000101 0 1001001 1000011 10010 101100011 111110 110100

Color Harmonies of #D03945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03945

Black with #D03945

Text Example


Text Example

White with #D03945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03945; }

 p { color: rgb(208,57,69); }

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

background-color css

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

 a { background-color: rgb(208,57,69); }

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

border-color css

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

 span { border-color: rgb(208,57,69); }

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