Html Css Color HEX #D4253F Brick Red

📋 copy color: '#D4253F'

red 212 ◦ green 37 ◦ blue 63

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

Shades of Brick Red #D4253F

Tints of Brick Red #D4253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 67.95%
G = 11.86%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4253F (or 0xD4253F) is known color: Brick Red. HEX triplet: D4, 25 and 3F. RGB value is (212,37,63). Sum of RGB (Red+Green+Blue) = 212+37+63=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4253F is #2BDAC0. Grayscale: #5C5C5C. Windows color (decimal): -2874049 or 4138452. OLE color: 4138452.

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

Color convert

RGB 212 37 63 -
CMYK 0 0.83 0.70 0.17
HSL 351.09º 0.7% 0.49% -
HSV(B) 351.09º 0.83% 0.83% -
XYZ 28.71 15.68 6.22 -
YUV 92.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 212 37 63 0 0.83 0.70 0.17 351.09 0.7 0.49
Hex D4 25 3F 0 53 46 11 15F 46 31
Octal 324 45 77 0 123 106 21 537 106 61
Binary 11010100 100101 111111 0 1010011 1000110 10001 101011111 1000110 110001

Color Harmonies of #D4253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4253F

Black with #D4253F

Text Example


Text Example

White with #D4253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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