Html Css Color HEX #D03643 Brick Red

📋 copy color: '#D03643'

red 208 ◦ green 54 ◦ blue 67

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

Shades of Brick Red #D03643

Tints of Brick Red #D03643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.36%

R = 63.22%
G = 16.41%
B = 20.36%

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

#D03643 (or 0xD03643) is known color: Brick Red. HEX triplet: D0, 36 and 43. RGB value is (208,54,67). Sum of RGB (Red+Green+Blue) = 208+54+67=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D03643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03643 is #2FC9BC. Grayscale: #656565. Windows color (decimal): -3131837 or 4404944. OLE color: 4404944.

HSL color Cylindrical-coordinate representation of color #D03643: hue angle of 354.94º 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 #D03643 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 67 -
CMYK 0 0.74 0.68 0.18
HSL 354.94º 0.62% 0.51% -
HSV(B) 354.94º 0.74% 0.82% -
XYZ 28.34 16.45 6.99 -
YUV 101.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 208 54 67 0 0.74 0.68 0.18 354.94 0.62 0.51
Hex D0 36 43 0 4A 44 12 163 3E 33
Octal 320 66 103 0 112 104 22 543 76 63
Binary 11010000 110110 1000011 0 1001010 1000100 10010 101100011 111110 110011

Color Harmonies of #D03643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03643

Black with #D03643

Text Example


Text Example

White with #D03643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03643; }

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

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

background-color css

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

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

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

border-color css

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

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

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