Html Css Color HEX #D4263D Brick Red

📋 copy color: '#D4263D'

red 212 ◦ green 38 ◦ blue 61

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

Shades of Brick Red #D4263D

Tints of Brick Red #D4263D

RGB

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

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

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

R = 68.17%
G = 12.22%
B = 19.61%

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

#D4263D (or 0xD4263D) is known color: Brick Red. HEX triplet: D4, 26 and 3D. RGB value is (212,38,61). Sum of RGB (Red+Green+Blue) = 212+38+61=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4263D is #2BD9C2. Grayscale: #5C5C5C. Windows color (decimal): -2873795 or 4007636. OLE color: 4007636.

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

Color convert

RGB 212 38 61 -
CMYK 0 0.82 0.71 0.17
HSL 352.07º 0.7% 0.49% -
HSV(B) 352.07º 0.82% 0.83% -
XYZ 28.69 15.72 5.94 -
YUV 92.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 212 38 61 0 0.82 0.71 0.17 352.07 0.7 0.49
Hex D4 26 3D 0 52 47 11 160 46 31
Octal 324 46 75 0 122 107 21 540 106 61
Binary 11010100 100110 111101 0 1010010 1000111 10001 101100000 1000110 110001

Color Harmonies of #D4263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4263D

Black with #D4263D

Text Example


Text Example

White with #D4263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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