Html Css Color HEX #D02642 Brick Red

📋 copy color: '#D02642'

red 208 ◦ green 38 ◦ blue 66

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

Shades of Brick Red #D02642

Tints of Brick Red #D02642

RGB

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

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

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

R = 66.67%
G = 12.18%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D02642 (or 0xD02642) is known color: Brick Red. HEX triplet: D0, 26 and 42. RGB value is (208,38,66). Sum of RGB (Red+Green+Blue) = 208+38+66=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02642 is #2FD9BD. Grayscale: #5C5C5C. Windows color (decimal): -3135934 or 4335312. OLE color: 4335312.

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

Color convert

RGB 208 38 66 -
CMYK 0 0.82 0.68 0.18
HSL 350.12º 0.69% 0.48% -
HSV(B) 350.12º 0.82% 0.82% -
XYZ 27.69 15.19 6.63 -
YUV 92.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 208 38 66 0 0.82 0.68 0.18 350.12 0.69 0.48
Hex D0 26 42 0 52 44 12 15E 45 30
Octal 320 46 102 0 122 104 22 536 105 60
Binary 11010000 100110 1000010 0 1010010 1000100 10010 101011110 1000101 110000

Color Harmonies of #D02642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02642

Black with #D02642

Text Example


Text Example

White with #D02642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02642; }

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

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

background-color css

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

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

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

border-color css

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

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

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