Html Css Color HEX #D02643 Brick Red

📋 copy color: '#D02643'

red 208 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #D02643

Tints of Brick Red #D02643

RGB

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

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

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

R = 66.45%
G = 12.14%
B = 21.41%

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

#D02643 (or 0xD02643) is known color: Brick Red. HEX triplet: D0, 26 and 43. RGB value is (208,38,67). Sum of RGB (Red+Green+Blue) = 208+38+67=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D02643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02643 is #2FD9BC. Grayscale: #5C5C5C. Windows color (decimal): -3135933 or 4400848. OLE color: 4400848.

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

Color convert

RGB 208 38 67 -
CMYK 0 0.82 0.68 0.18
HSL 349.76º 0.69% 0.48% -
HSV(B) 349.76º 0.82% 0.82% -
XYZ 27.72 15.2 6.78 -
YUV 92.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 208 38 67 0 0.82 0.68 0.18 349.76 0.69 0.48
Hex D0 26 43 0 52 44 12 15E 45 30
Octal 320 46 103 0 122 104 22 536 105 60
Binary 11010000 100110 1000011 0 1010010 1000100 10010 101011110 1000101 110000

Color Harmonies of #D02643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02643

Black with #D02643

Text Example


Text Example

White with #D02643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02643; }

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

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

background-color css

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

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

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

border-color css

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

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

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