Html Css Color HEX #D03742 Brick Red

📋 copy color: '#D03742'

red 208 ◦ green 55 ◦ blue 66

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

Shades of Brick Red #D03742

Tints of Brick Red #D03742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 63.22%
G = 16.72%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D03742 (or 0xD03742) is known color: Brick Red. HEX triplet: D0, 37 and 42. RGB value is (208,55,66). Sum of RGB (Red+Green+Blue) = 208+55+66=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D03742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03742 is #2FC8BD. Grayscale: #666666. Windows color (decimal): -3131582 or 4339664. OLE color: 4339664.

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

Color convert

RGB 208 55 66 -
CMYK 0 0.74 0.68 0.18
HSL 355.69º 0.62% 0.52% -
HSV(B) 355.69º 0.74% 0.82% -
XYZ 28.36 16.54 6.85 -
YUV 102 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 208 55 66 0 0.74 0.68 0.18 355.69 0.62 0.52
Hex D0 37 42 0 4A 44 12 164 3E 34
Octal 320 67 102 0 112 104 22 544 76 64
Binary 11010000 110111 1000010 0 1001010 1000100 10010 101100100 111110 110100

Color Harmonies of #D03742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03742

Black with #D03742

Text Example


Text Example

White with #D03742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03742; }

 p { color: rgb(208,55,66); }

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

background-color css

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

 a { background-color: rgb(208,55,66); }

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

border-color css

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

 span { border-color: rgb(208,55,66); }

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