Html Css Color HEX #D4273F Brick Red

📋 copy color: '#D4273F'

red 212 ◦ green 39 ◦ blue 63

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

Shades of Brick Red #D4273F

Tints of Brick Red #D4273F

RGB

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

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

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

R = 67.52%
G = 12.42%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4273F (or 0xD4273F) is known color: Brick Red. HEX triplet: D4, 27 and 3F. RGB value is (212,39,63). Sum of RGB (Red+Green+Blue) = 212+39+63=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D4273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4273F is #2BD8C0. Grayscale: #5D5D5D. Windows color (decimal): -2873537 or 4138964. OLE color: 4138964.

HSL color Cylindrical-coordinate representation of color #D4273F: hue angle of 351.68º 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 #D4273F is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 39 63 -
CMYK 0 0.82 0.70 0.17
HSL 351.68º 0.69% 0.49% -
HSV(B) 351.68º 0.82% 0.83% -
XYZ 28.77 15.81 6.24 -
YUV 93.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 212 39 63 0 0.82 0.70 0.17 351.68 0.69 0.49
Hex D4 27 3F 0 52 46 11 160 45 31
Octal 324 47 77 0 122 106 21 540 105 61
Binary 11010100 100111 111111 0 1010010 1000110 10001 101100000 1000101 110001

Color Harmonies of #D4273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4273F

Black with #D4273F

Text Example


Text Example

White with #D4273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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