Html Css Color HEX #D42D43 Brick Red

📋 copy color: '#D42D43'

red 212 ◦ green 45 ◦ blue 67

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

Shades of Brick Red #D42D43

Tints of Brick Red #D42D43

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.89%

 BLUE value IS 67 (26.56% from 255) = 20.68%

R = 65.43%
G = 13.89%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D42D43 (or 0xD42D43) is known color: Brick Red. HEX triplet: D4, 2D and 43. RGB value is (212,45,67). Sum of RGB (Red+Green+Blue) = 212+45+67=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42D43 is #2BD2BC. Grayscale: #616161. Windows color (decimal): -2871997 or 4402644. OLE color: 4402644.

HSL color Cylindrical-coordinate representation of color #D42D43: hue angle of 352.1º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D43 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 45 67 -
CMYK 0 0.79 0.68 0.17
HSL 352.1º 0.66% 0.5% -
HSV(B) 352.1º 0.79% 0.83% -
XYZ 29.1 16.28 6.92 -
YUV 97.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 212 45 67 0 0.79 0.68 0.17 352.1 0.66 0.5
Hex D4 2D 43 0 4F 44 11 160 42 32
Octal 324 55 103 0 117 104 21 540 102 62
Binary 11010100 101101 1000011 0 1001111 1000100 10001 101100000 1000010 110010

Color Harmonies of #D42D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D43

Black with #D42D43

Text Example


Text Example

White with #D42D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D43; }

 p { color: rgb(212,45,67); }

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

background-color css

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

 a { background-color: rgb(212,45,67); }

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

border-color css

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

 span { border-color: rgb(212,45,67); }

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