Html Css Color HEX #D42641 Brick Red

📋 copy color: '#D42641'

red 212 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #D42641

Tints of Brick Red #D42641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 67.3%
G = 12.06%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D42641 (or 0xD42641) is known color: Brick Red. HEX triplet: D4, 26 and 41. RGB value is (212,38,65). Sum of RGB (Red+Green+Blue) = 212+38+65=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D42641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42641 is #2BD9BE. Grayscale: #5D5D5D. Windows color (decimal): -2873791 or 4269780. OLE color: 4269780.

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

Color convert

RGB 212 38 65 -
CMYK 0 0.82 0.69 0.17
HSL 350.69º 0.7% 0.49% -
HSV(B) 350.69º 0.82% 0.83% -
XYZ 28.8 15.76 6.53 -
YUV 93.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 212 38 65 0 0.82 0.69 0.17 350.69 0.7 0.49
Hex D4 26 41 0 52 45 11 15F 46 31
Octal 324 46 101 0 122 105 21 537 106 61
Binary 11010100 100110 1000001 0 1010010 1000101 10001 101011111 1000110 110001

Color Harmonies of #D42641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42641

Black with #D42641

Text Example


Text Example

White with #D42641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42641; }

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

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

background-color css

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

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

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

border-color css

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

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

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