Html Css Color HEX #D0274C Brick Red

📋 copy color: '#D0274C'

red 208 ◦ green 39 ◦ blue 76

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

Shades of Brick Red #D0274C

Tints of Brick Red #D0274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 64.4%
G = 12.07%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0274C (or 0xD0274C) is known color: Brick Red. HEX triplet: D0, 27 and 4C. RGB value is (208,39,76). Sum of RGB (Red+Green+Blue) = 208+39+76=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0274C is #2FD8B3. Grayscale: #5D5D5D. Windows color (decimal): -3135668 or 4990928. OLE color: 4990928.

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

Color convert

RGB 208 39 76 -
CMYK 0 0.81 0.63 0.18
HSL 346.86º 0.68% 0.48% -
HSV(B) 346.86º 0.81% 0.82% -
XYZ 28.04 15.38 8.33 -
YUV 93.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 208 39 76 0 0.81 0.63 0.18 346.86 0.68 0.48
Hex D0 27 4C 0 51 3F 12 15B 44 30
Octal 320 47 114 0 121 77 22 533 104 60
Binary 11010000 100111 1001100 0 1010001 111111 10010 101011011 1000100 110000

Color Harmonies of #D0274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0274C

Black with #D0274C

Text Example


Text Example

White with #D0274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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