Html Css Color HEX #D03B45 Brick Red

📋 copy color: '#D03B45'

red 208 ◦ green 59 ◦ blue 69

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

Shades of Brick Red #D03B45

Tints of Brick Red #D03B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.56%

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

R = 61.9%
G = 17.56%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D03B45 (or 0xD03B45) is known color: Brick Red. HEX triplet: D0, 3B and 45. RGB value is (208,59,69). Sum of RGB (Red+Green+Blue) = 208+59+69=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03B45 is #2FC4BA. Grayscale: #686868. Windows color (decimal): -3130555 or 4537296. OLE color: 4537296.

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

Color convert

RGB 208 59 69 -
CMYK 0 0.72 0.67 0.18
HSL 355.97º 0.61% 0.52% -
HSV(B) 355.97º 0.72% 0.82% -
XYZ 28.65 16.97 7.4 -
YUV 104.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 208 59 69 0 0.72 0.67 0.18 355.97 0.61 0.52
Hex D0 3B 45 0 48 43 12 164 3D 34
Octal 320 73 105 0 110 103 22 544 75 64
Binary 11010000 111011 1000101 0 1001000 1000011 10010 101100100 111101 110100

Color Harmonies of #D03B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03B45

Black with #D03B45

Text Example


Text Example

White with #D03B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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