Html Css Color HEX #D0303F Brick Red

📋 copy color: '#D0303F'

red 208 ◦ green 48 ◦ blue 63

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

Shades of Brick Red #D0303F

Tints of Brick Red #D0303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 63 (25% from 255) = 19.75%

R = 65.2%
G = 15.05%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0303F (or 0xD0303F) is known color: Brick Red. HEX triplet: D0, 30 and 3F. RGB value is (208,48,63). Sum of RGB (Red+Green+Blue) = 208+48+63=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0303F is #2FCFC0. Grayscale: #616161. Windows color (decimal): -3133377 or 4141264. OLE color: 4141264.

HSL color Cylindrical-coordinate representation of color #D0303F: hue angle of 354.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0303F is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 63 -
CMYK 0 0.77 0.70 0.18
HSL 354.38º 0.63% 0.5% -
HSV(B) 354.38º 0.77% 0.82% -
XYZ 27.97 15.88 6.29 -
YUV 97.55 108.51 206.78 -
System Red Green Blue C M Y K H S L
Decimal 208 48 63 0 0.77 0.70 0.18 354.38 0.63 0.5
Hex D0 30 3F 0 4D 46 12 162 3F 32
Octal 320 60 77 0 115 106 22 542 77 62
Binary 11010000 110000 111111 0 1001101 1000110 10010 101100010 111111 110010

Color Harmonies of #D0303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0303F

Black with #D0303F

Text Example


Text Example

White with #D0303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0303F; }

 p { color: rgb(208,48,63); }

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

background-color css

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

 a { background-color: rgb(208,48,63); }

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

border-color css

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

 span { border-color: rgb(208,48,63); }

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