Html Css Color HEX #D0274A Brick Red

📋 copy color: '#D0274A'

red 208 ◦ green 39 ◦ blue 74

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

Shades of Brick Red #D0274A

Tints of Brick Red #D0274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 64.8%
G = 12.15%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0274A (or 0xD0274A) is known color: Brick Red. HEX triplet: D0, 27 and 4A. RGB value is (208,39,74). Sum of RGB (Red+Green+Blue) = 208+39+74=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0274A is #2FD8B5. Grayscale: #5D5D5D. Windows color (decimal): -3135670 or 4859856. OLE color: 4859856.

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

Color convert

RGB 208 39 74 -
CMYK 0 0.81 0.64 0.18
HSL 347.57º 0.68% 0.48% -
HSV(B) 347.57º 0.81% 0.82% -
XYZ 27.97 15.36 7.97 -
YUV 93.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 208 39 74 0 0.81 0.64 0.18 347.57 0.68 0.48
Hex D0 27 4A 0 51 40 12 15C 44 30
Octal 320 47 112 0 121 100 22 534 104 60
Binary 11010000 100111 1001010 0 1010001 1000000 10010 101011100 1000100 110000

Color Harmonies of #D0274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0274A

Black with #D0274A

Text Example


Text Example

White with #D0274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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