Html Css Color HEX #D02743 Brick Red

📋 copy color: '#D02743'

red 208 ◦ green 39 ◦ blue 67

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

Shades of Brick Red #D02743

Tints of Brick Red #D02743

RGB

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

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

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

R = 66.24%
G = 12.42%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D02743 (or 0xD02743) is known color: Brick Red. HEX triplet: D0, 27 and 43. RGB value is (208,39,67). Sum of RGB (Red+Green+Blue) = 208+39+67=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D02743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02743 is #2FD8BC. Grayscale: #5C5C5C. Windows color (decimal): -3135677 or 4401104. OLE color: 4401104.

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

Color convert

RGB 208 39 67 -
CMYK 0 0.81 0.68 0.18
HSL 350.06º 0.68% 0.48% -
HSV(B) 350.06º 0.81% 0.82% -
XYZ 27.75 15.27 6.79 -
YUV 92.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 208 39 67 0 0.81 0.68 0.18 350.06 0.68 0.48
Hex D0 27 43 0 51 44 12 15E 44 30
Octal 320 47 103 0 121 104 22 536 104 60
Binary 11010000 100111 1000011 0 1010001 1000100 10010 101011110 1000100 110000

Color Harmonies of #D02743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02743

Black with #D02743

Text Example


Text Example

White with #D02743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02743; }

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

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

background-color css

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

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

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

border-color css

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

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

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