Html Css Color HEX #D4263F Brick Red

📋 copy color: '#D4263F'

red 212 ◦ green 38 ◦ blue 63

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

Shades of Brick Red #D4263F

Tints of Brick Red #D4263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

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

R = 67.73%
G = 12.14%
B = 20.13%

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

#D4263F (or 0xD4263F) is known color: Brick Red. HEX triplet: D4, 26 and 3F. RGB value is (212,38,63). Sum of RGB (Red+Green+Blue) = 212+38+63=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D4263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4263F is #2BD9C0. Grayscale: #5C5C5C. Windows color (decimal): -2873793 or 4138708. OLE color: 4138708.

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

Color convert

RGB 212 38 63 -
CMYK 0 0.82 0.70 0.17
HSL 351.38º 0.7% 0.49% -
HSV(B) 351.38º 0.82% 0.83% -
XYZ 28.74 15.74 6.23 -
YUV 92.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 212 38 63 0 0.82 0.70 0.17 351.38 0.7 0.49
Hex D4 26 3F 0 52 46 11 15F 46 31
Octal 324 46 77 0 122 106 21 537 106 61
Binary 11010100 100110 111111 0 1010010 1000110 10001 101011111 1000110 110001

Color Harmonies of #D4263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4263F

Black with #D4263F

Text Example


Text Example

White with #D4263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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