Html Css Color HEX #D02543 Brick Red

📋 copy color: '#D02543'

red 208 ◦ green 37 ◦ blue 67

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

Shades of Brick Red #D02543

Tints of Brick Red #D02543

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 66.67%
G = 11.86%
B = 21.47%

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

#D02543 (or 0xD02543) is known color: Brick Red. HEX triplet: D0, 25 and 43. RGB value is (208,37,67). Sum of RGB (Red+Green+Blue) = 208+37+67=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02543 is #2FDABC. Grayscale: #5B5B5B. Windows color (decimal): -3136189 or 4400592. OLE color: 4400592.

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

Color convert

RGB 208 37 67 -
CMYK 0 0.82 0.68 0.18
HSL 349.47º 0.7% 0.48% -
HSV(B) 349.47º 0.82% 0.82% -
XYZ 27.69 15.14 6.77 -
YUV 91.55 114.15 211.06 -
System Red Green Blue C M Y K H S L
Decimal 208 37 67 0 0.82 0.68 0.18 349.47 0.7 0.48
Hex D0 25 43 0 52 44 12 15D 46 30
Octal 320 45 103 0 122 104 22 535 106 60
Binary 11010000 100101 1000011 0 1010010 1000100 10010 101011101 1000110 110000

Color Harmonies of #D02543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02543

Black with #D02543

Text Example


Text Example

White with #D02543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02543; }

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

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

background-color css

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

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

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

border-color css

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

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

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