Html Css Color HEX #D42F44 Brick Red

📋 copy color: '#D42F44'

red 212 ◦ green 47 ◦ blue 68

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

Shades of Brick Red #D42F44

Tints of Brick Red #D42F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.37%

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 64.83%
G = 14.37%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D42F44 (or 0xD42F44) is known color: Brick Red. HEX triplet: D4, 2F and 44. RGB value is (212,47,68). Sum of RGB (Red+Green+Blue) = 212+47+68=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42F44 is #2BD0BB. Grayscale: #626262. Windows color (decimal): -2871484 or 4468692. OLE color: 4468692.

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

Color convert

RGB 212 47 68 -
CMYK 0 0.78 0.68 0.17
HSL 352.36º 0.66% 0.51% -
HSV(B) 352.36º 0.78% 0.83% -
XYZ 29.21 16.45 7.1 -
YUV 98.73 110.66 208.79 -
System Red Green Blue C M Y K H S L
Decimal 212 47 68 0 0.78 0.68 0.17 352.36 0.66 0.51
Hex D4 2F 44 0 4E 44 11 160 42 33
Octal 324 57 104 0 116 104 21 540 102 63
Binary 11010100 101111 1000100 0 1001110 1000100 10001 101100000 1000010 110011

Color Harmonies of #D42F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42F44

Black with #D42F44

Text Example


Text Example

White with #D42F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42F44; }

 p { color: rgb(212,47,68); }

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

background-color css

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

 a { background-color: rgb(212,47,68); }

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

border-color css

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

 span { border-color: rgb(212,47,68); }

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