Html Css Color HEX #D0273E Brick Red

📋 copy color: '#D0273E'

red 208 ◦ green 39 ◦ blue 62

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

Shades of Brick Red #D0273E

Tints of Brick Red #D0273E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 67.31%
G = 12.62%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0273E (or 0xD0273E) is known color: Brick Red. HEX triplet: D0, 27 and 3E. RGB value is (208,39,62). Sum of RGB (Red+Green+Blue) = 208+39+62=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0273E is #2FD8C1. Grayscale: #5C5C5C. Windows color (decimal): -3135682 or 4073424. OLE color: 4073424.

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

Color convert

RGB 208 39 62 -
CMYK 0 0.81 0.70 0.18
HSL 351.83º 0.68% 0.48% -
HSV(B) 351.83º 0.81% 0.82% -
XYZ 27.61 15.21 6.04 -
YUV 92.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 208 39 62 0 0.81 0.70 0.18 351.83 0.68 0.48
Hex D0 27 3E 0 51 46 12 160 44 30
Octal 320 47 76 0 121 106 22 540 104 60
Binary 11010000 100111 111110 0 1010001 1000110 10010 101100000 1000100 110000

Color Harmonies of #D0273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0273E

Black with #D0273E

Text Example


Text Example

White with #D0273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0273E; }

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

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

background-color css

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

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

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

border-color css

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

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

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