Html Css Color HEX #D0264A Brick Red

📋 copy color: '#D0264A'

red 208 ◦ green 38 ◦ blue 74

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

Shades of Brick Red #D0264A

Tints of Brick Red #D0264A

RGB

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

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

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

R = 65%
G = 11.88%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0264A (or 0xD0264A) is known color: Brick Red. HEX triplet: D0, 26 and 4A. RGB value is (208,38,74). Sum of RGB (Red+Green+Blue) = 208+38+74=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0264A is #2FD9B5. Grayscale: #5C5C5C. Windows color (decimal): -3135926 or 4859600. OLE color: 4859600.

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

Color convert

RGB 208 38 74 -
CMYK 0 0.82 0.64 0.18
HSL 347.29º 0.69% 0.48% -
HSV(B) 347.29º 0.82% 0.82% -
XYZ 27.94 15.29 7.96 -
YUV 92.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 208 38 74 0 0.82 0.64 0.18 347.29 0.69 0.48
Hex D0 26 4A 0 52 40 12 15B 45 30
Octal 320 46 112 0 122 100 22 533 105 60
Binary 11010000 100110 1001010 0 1010010 1000000 10010 101011011 1000101 110000

Color Harmonies of #D0264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0264A

Black with #D0264A

Text Example


Text Example

White with #D0264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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