Html Css Color HEX #D03247 Brick Red

📋 copy color: '#D03247'

red 208 ◦ green 50 ◦ blue 71

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

Shades of Brick Red #D03247

Tints of Brick Red #D03247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 63.22%
G = 15.2%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D03247 (or 0xD03247) is known color: Brick Red. HEX triplet: D0, 32 and 47. RGB value is (208,50,71). Sum of RGB (Red+Green+Blue) = 208+50+71=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D03247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03247 is #2FCDB8. Grayscale: #636363. Windows color (decimal): -3132857 or 4666064. OLE color: 4666064.

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

Color convert

RGB 208 50 71 -
CMYK 0 0.76 0.66 0.18
HSL 352.03º 0.63% 0.51% -
HSV(B) 352.03º 0.76% 0.82% -
XYZ 28.29 16.15 7.59 -
YUV 99.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 208 50 71 0 0.76 0.66 0.18 352.03 0.63 0.51
Hex D0 32 47 0 4C 42 12 160 3F 33
Octal 320 62 107 0 114 102 22 540 77 63
Binary 11010000 110010 1000111 0 1001100 1000010 10010 101100000 111111 110011

Color Harmonies of #D03247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03247

Black with #D03247

Text Example


Text Example

White with #D03247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03247; }

 p { color: rgb(208,50,71); }

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

background-color css

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

 a { background-color: rgb(208,50,71); }

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

border-color css

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

 span { border-color: rgb(208,50,71); }

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