Html Css Color HEX #D02647 Brick Red

📋 copy color: '#D02647'

red 208 ◦ green 38 ◦ blue 71

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

Shades of Brick Red #D02647

Tints of Brick Red #D02647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

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

R = 65.62%
G = 11.99%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D02647 (or 0xD02647) is known color: Brick Red. HEX triplet: D0, 26 and 47. RGB value is (208,38,71). Sum of RGB (Red+Green+Blue) = 208+38+71=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D02647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02647 is #2FD9B8. Grayscale: #5C5C5C. Windows color (decimal): -3135929 or 4662992. OLE color: 4662992.

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

Color convert

RGB 208 38 71 -
CMYK 0 0.82 0.66 0.18
HSL 348.35º 0.69% 0.48% -
HSV(B) 348.35º 0.82% 0.82% -
XYZ 27.84 15.25 7.44 -
YUV 92.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 208 38 71 0 0.82 0.66 0.18 348.35 0.69 0.48
Hex D0 26 47 0 52 42 12 15C 45 30
Octal 320 46 107 0 122 102 22 534 105 60
Binary 11010000 100110 1000111 0 1010010 1000010 10010 101011100 1000101 110000

Color Harmonies of #D02647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02647

Black with #D02647

Text Example


Text Example

White with #D02647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02647; }

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

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

background-color css

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

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

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

border-color css

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

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

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