Html Css Color HEX #D42B45 Brick Red

📋 copy color: '#D42B45'

red 212 ◦ green 43 ◦ blue 69

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

Shades of Brick Red #D42B45

Tints of Brick Red #D42B45

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.27%

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 65.43%
G = 13.27%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D42B45 (or 0xD42B45) is known color: Brick Red. HEX triplet: D4, 2B and 45. RGB value is (212,43,69). Sum of RGB (Red+Green+Blue) = 212+43+69=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42B45 is #2BD4BA. Grayscale: #606060. Windows color (decimal): -2872507 or 4533204. OLE color: 4533204.

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

Color convert

RGB 212 43 69 -
CMYK 0 0.80 0.67 0.17
HSL 350.77º 0.66% 0.5% -
HSV(B) 350.77º 0.8% 0.83% -
XYZ 29.09 16.15 7.22 -
YUV 96.5 112.49 210.39 -
System Red Green Blue C M Y K H S L
Decimal 212 43 69 0 0.80 0.67 0.17 350.77 0.66 0.5
Hex D4 2B 45 0 50 43 11 15F 42 32
Octal 324 53 105 0 120 103 21 537 102 62
Binary 11010100 101011 1000101 0 1010000 1000011 10001 101011111 1000010 110010

Color Harmonies of #D42B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42B45

Black with #D42B45

Text Example


Text Example

White with #D42B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42B45; }

 p { color: rgb(212,43,69); }

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

background-color css

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

 a { background-color: rgb(212,43,69); }

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

border-color css

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

 span { border-color: rgb(212,43,69); }

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