Html Css Color HEX #D02739 Brick Red

📋 copy color: '#D02739'

red 208 ◦ green 39 ◦ blue 57

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

Shades of Brick Red #D02739

Tints of Brick Red #D02739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 68.42%
G = 12.83%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D02739 (or 0xD02739) is known color: Brick Red. HEX triplet: D0, 27 and 39. RGB value is (208,39,57). Sum of RGB (Red+Green+Blue) = 208+39+57=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D02739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02739 is #2FD8C6. Grayscale: #5B5B5B. Windows color (decimal): -3135687 or 3745744. OLE color: 3745744.

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

Color convert

RGB 208 39 57 -
CMYK 0 0.81 0.73 0.18
HSL 353.61º 0.68% 0.48% -
HSV(B) 353.61º 0.81% 0.82% -
XYZ 27.48 15.16 5.35 -
YUV 91.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 208 39 57 0 0.81 0.73 0.18 353.61 0.68 0.48
Hex D0 27 39 0 51 49 12 162 44 30
Octal 320 47 71 0 121 111 22 542 104 60
Binary 11010000 100111 111001 0 1010001 1001001 10010 101100010 1000100 110000

Color Harmonies of #D02739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02739

Black with #D02739

Text Example


Text Example

White with #D02739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02739; }

 p { color: rgb(208,39,57); }

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

background-color css

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

 a { background-color: rgb(208,39,57); }

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

border-color css

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

 span { border-color: rgb(208,39,57); }

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