Html Css Color HEX #D2303E Brick Red

📋 copy color: '#D2303E'

red 210 ◦ green 48 ◦ blue 62

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

Shades of Brick Red #D2303E

Tints of Brick Red #D2303E

RGB

 RED value IS 210 (82.42% from 255) = 65.63%

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

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 65.63%
G = 15%
B = 19.38%

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

#D2303E (or 0xD2303E) is known color: Brick Red. HEX triplet: D2, 30 and 3E. RGB value is (210,48,62). Sum of RGB (Red+Green+Blue) = 210+48+62=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2303E is #2DCFC1. Grayscale: #626262. Windows color (decimal): -3002306 or 4075730. OLE color: 4075730.

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

Color convert

RGB 210 48 62 -
CMYK 0 0.77 0.70 0.18
HSL 354.81º 0.64% 0.51% -
HSV(B) 354.81º 0.77% 0.82% -
XYZ 28.5 16.16 6.17 -
YUV 98.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 210 48 62 0 0.77 0.70 0.18 354.81 0.64 0.51
Hex D2 30 3E 0 4D 46 12 163 40 33
Octal 322 60 76 0 115 106 22 543 100 63
Binary 11010010 110000 111110 0 1001101 1000110 10010 101100011 1000000 110011

Color Harmonies of #D2303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2303E

Black with #D2303E

Text Example


Text Example

White with #D2303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2303E; }

 p { color: rgb(210,48,62); }

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

background-color css

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

 a { background-color: rgb(210,48,62); }

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

border-color css

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

 span { border-color: rgb(210,48,62); }

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