Html Css Color HEX #D42341 Brick Red

📋 copy color: '#D42341'

red 212 ◦ green 35 ◦ blue 65

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

Shades of Brick Red #D42341

Tints of Brick Red #D42341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

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

R = 67.95%
G = 11.22%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D42341 (or 0xD42341) is known color: Brick Red. HEX triplet: D4, 23 and 41. RGB value is (212,35,65). Sum of RGB (Red+Green+Blue) = 212+35+65=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D42341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42341 is #2BDCBE. Grayscale: #5B5B5B. Windows color (decimal): -2874559 or 4269012. OLE color: 4269012.

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

Color convert

RGB 212 35 65 -
CMYK 0 0.83 0.69 0.17
HSL 349.83º 0.72% 0.48% -
HSV(B) 349.83º 0.83% 0.83% -
XYZ 28.71 15.58 6.5 -
YUV 91.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 212 35 65 0 0.83 0.69 0.17 349.83 0.72 0.48
Hex D4 23 41 0 53 45 11 15E 48 30
Octal 324 43 101 0 123 105 21 536 110 60
Binary 11010100 100011 1000001 0 1010011 1000101 10001 101011110 1001000 110000

Color Harmonies of #D42341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42341

Black with #D42341

Text Example


Text Example

White with #D42341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42341; }

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

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

background-color css

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

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

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

border-color css

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

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

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