Html Css Color HEX #D0254B Brick Red

📋 copy color: '#D0254B'

red 208 ◦ green 37 ◦ blue 75

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

Shades of Brick Red #D0254B

Tints of Brick Red #D0254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 65%
G = 11.56%
B = 23.44%

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

#D0254B (or 0xD0254B) is known color: Brick Red. HEX triplet: D0, 25 and 4B. RGB value is (208,37,75). Sum of RGB (Red+Green+Blue) = 208+37+75=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0254B is #2FDAB4. Grayscale: #5C5C5C. Windows color (decimal): -3136181 or 4924880. OLE color: 4924880.

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

Color convert

RGB 208 37 75 -
CMYK 0 0.82 0.64 0.18
HSL 346.67º 0.7% 0.48% -
HSV(B) 346.67º 0.82% 0.82% -
XYZ 27.94 15.24 8.13 -
YUV 92.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 208 37 75 0 0.82 0.64 0.18 346.67 0.7 0.48
Hex D0 25 4B 0 52 40 12 15B 46 30
Octal 320 45 113 0 122 100 22 533 106 60
Binary 11010000 100101 1001011 0 1010010 1000000 10010 101011011 1000110 110000

Color Harmonies of #D0254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0254B

Black with #D0254B

Text Example


Text Example

White with #D0254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0254B; }

 p { color: rgb(208,37,75); }

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

background-color css

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

 a { background-color: rgb(208,37,75); }

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

border-color css

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

 span { border-color: rgb(208,37,75); }

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