Html Css Color HEX #D4303E Brick Red

📋 copy color: '#D4303E'

red 212 ◦ green 48 ◦ blue 62

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

Shades of Brick Red #D4303E

Tints of Brick Red #D4303E

RGB

 RED value IS 212 (83.2% from 255) = 65.84%

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

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

R = 65.84%
G = 14.91%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4303E (or 0xD4303E) is known color: Brick Red. HEX triplet: D4, 30 and 3E. RGB value is (212,48,62). Sum of RGB (Red+Green+Blue) = 212+48+62=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4303E is #2BCFC1. Grayscale: #626262. Windows color (decimal): -2871234 or 4075732. OLE color: 4075732.

HSL color Cylindrical-coordinate representation of color #D4303E: hue angle of 354.88º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4303E is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 62 -
CMYK 0 0.77 0.71 0.17
HSL 354.88º 0.66% 0.51% -
HSV(B) 354.88º 0.77% 0.83% -
XYZ 29.08 16.46 6.2 -
YUV 98.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 212 48 62 0 0.77 0.71 0.17 354.88 0.66 0.51
Hex D4 30 3E 0 4D 47 11 163 42 33
Octal 324 60 76 0 115 107 21 543 102 63
Binary 11010100 110000 111110 0 1001101 1000111 10001 101100011 1000010 110011

Color Harmonies of #D4303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4303E

Black with #D4303E

Text Example


Text Example

White with #D4303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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