Html Css Color HEX #D4273D Brick Red

📋 copy color: '#D4273D'

red 212 ◦ green 39 ◦ blue 61

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

Shades of Brick Red #D4273D

Tints of Brick Red #D4273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 67.95%
G = 12.5%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4273D (or 0xD4273D) is known color: Brick Red. HEX triplet: D4, 27 and 3D. RGB value is (212,39,61). Sum of RGB (Red+Green+Blue) = 212+39+61=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4273D is #2BD8C2. Grayscale: #5D5D5D. Windows color (decimal): -2873539 or 4007892. OLE color: 4007892.

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

Color convert

RGB 212 39 61 -
CMYK 0 0.82 0.71 0.17
HSL 352.37º 0.69% 0.49% -
HSV(B) 352.37º 0.82% 0.83% -
XYZ 28.72 15.79 5.95 -
YUV 93.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 212 39 61 0 0.82 0.71 0.17 352.37 0.69 0.49
Hex D4 27 3D 0 52 47 11 160 45 31
Octal 324 47 75 0 122 107 21 540 105 61
Binary 11010100 100111 111101 0 1010010 1000111 10001 101100000 1000101 110001

Color Harmonies of #D4273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4273D

Black with #D4273D

Text Example


Text Example

White with #D4273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4273D; }

 p { color: rgb(212,39,61); }

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

background-color css

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

 a { background-color: rgb(212,39,61); }

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

border-color css

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

 span { border-color: rgb(212,39,61); }

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