Html Css Color HEX #D7303F Brick Red

📋 copy color: '#D7303F'

red 215 ◦ green 48 ◦ blue 63

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

Shades of Brick Red #D7303F

Tints of Brick Red #D7303F

RGB

 RED value IS 215 (84.38% from 255) = 65.95%

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

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

R = 65.95%
G = 14.72%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7303F (or 0xD7303F) is known color: Brick Red. HEX triplet: D7, 30 and 3F. RGB value is (215,48,63). Sum of RGB (Red+Green+Blue) = 215+48+63=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D7303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7303F is #28CFC0. Grayscale: #636363. Windows color (decimal): -2674625 or 4141271. OLE color: 4141271.

HSL color Cylindrical-coordinate representation of color #D7303F: hue angle of 354.61º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7303F is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 63 -
CMYK 0 0.78 0.71 0.16
HSL 354.61º 0.68% 0.52% -
HSV(B) 354.61º 0.78% 0.84% -
XYZ 29.98 16.92 6.39 -
YUV 99.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 215 48 63 0 0.78 0.71 0.16 354.61 0.68 0.52
Hex D7 30 3F 0 4E 47 10 163 44 34
Octal 327 60 77 0 116 107 20 543 104 64
Binary 11010111 110000 111111 0 1001110 1000111 10000 101100011 1000100 110100

Color Harmonies of #D7303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7303F

Black with #D7303F

Text Example


Text Example

White with #D7303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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