Html Css Color HEX #D63345 Brick Red

📋 copy color: '#D63345'

red 214 ◦ green 51 ◦ blue 69

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

Shades of Brick Red #D63345

Tints of Brick Red #D63345

RGB

 RED value IS 214 (83.98% from 255) = 64.07%

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 64.07%
G = 15.27%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D63345 (or 0xD63345) is known color: Brick Red. HEX triplet: D6, 33 and 45. RGB value is (214,51,69). Sum of RGB (Red+Green+Blue) = 214+51+69=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D63345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63345 is #29CCBA. Grayscale: #656565. Windows color (decimal): -2739387 or 4535254. OLE color: 4535254.

HSL color Cylindrical-coordinate representation of color #D63345: hue angle of 353.37º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63345 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 69 -
CMYK 0 0.76 0.68 0.16
HSL 353.37º 0.67% 0.52% -
HSV(B) 353.37º 0.76% 0.84% -
XYZ 29.99 17.09 7.35 -
YUV 101.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 214 51 69 0 0.76 0.68 0.16 353.37 0.67 0.52
Hex D6 33 45 0 4C 44 10 161 43 34
Octal 326 63 105 0 114 104 20 541 103 64
Binary 11010110 110011 1000101 0 1001100 1000100 10000 101100001 1000011 110100

Color Harmonies of #D63345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63345

Black with #D63345

Text Example


Text Example

White with #D63345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63345; }

 p { color: rgb(214,51,69); }

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

background-color css

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

 a { background-color: rgb(214,51,69); }

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

border-color css

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

 span { border-color: rgb(214,51,69); }

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