Html Css Color HEX #D0264C Brick Red

📋 copy color: '#D0264C'

red 208 ◦ green 38 ◦ blue 76

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

Shades of Brick Red #D0264C

Tints of Brick Red #D0264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

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

R = 64.6%
G = 11.8%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0264C (or 0xD0264C) is known color: Brick Red. HEX triplet: D0, 26 and 4C. RGB value is (208,38,76). Sum of RGB (Red+Green+Blue) = 208+38+76=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0264C is #2FD9B3. Grayscale: #5D5D5D. Windows color (decimal): -3135924 or 4990672. OLE color: 4990672.

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

Color convert

RGB 208 38 76 -
CMYK 0 0.82 0.63 0.18
HSL 346.59º 0.69% 0.48% -
HSV(B) 346.59º 0.82% 0.82% -
XYZ 28.01 15.32 8.32 -
YUV 93.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 208 38 76 0 0.82 0.63 0.18 346.59 0.69 0.48
Hex D0 26 4C 0 52 3F 12 15B 45 30
Octal 320 46 114 0 122 77 22 533 105 60
Binary 11010000 100110 1001100 0 1010010 111111 10010 101011011 1000101 110000

Color Harmonies of #D0264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0264C

Black with #D0264C

Text Example


Text Example

White with #D0264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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