Html Css Color HEX #C73341 Brick Red

📋 copy color: '#C73341'

red 199 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #C73341

Tints of Brick Red #C73341

RGB

 RED value IS 199 (78.13% from 255) = 63.17%

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

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

R = 63.17%
G = 16.19%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C73341 (or 0xC73341) is known color: Brick Red. HEX triplet: C7, 33 and 41. RGB value is (199,51,65). Sum of RGB (Red+Green+Blue) = 199+51+65=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C73341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73341 is #38CCBE. Grayscale: #606060. Windows color (decimal): -3722431 or 4273095. OLE color: 4273095.

HSL color Cylindrical-coordinate representation of color #C73341: hue angle of 354.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73341 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 51 65 -
CMYK 0 0.74 0.67 0.22
HSL 354.32º 0.59% 0.49% -
HSV(B) 354.32º 0.74% 0.78% -
XYZ 25.69 14.89 6.52 -
YUV 96.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 199 51 65 0 0.74 0.67 0.22 354.32 0.59 0.49
Hex C7 33 41 0 4A 43 16 162 3B 31
Octal 307 63 101 0 112 103 26 542 73 61
Binary 11000111 110011 1000001 0 1001010 1000011 10110 101100010 111011 110001

Color Harmonies of #C73341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73341

Black with #C73341

Text Example


Text Example

White with #C73341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73341; }

 p { color: rgb(199,51,65); }

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

background-color css

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

 a { background-color: rgb(199,51,65); }

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

border-color css

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

 span { border-color: rgb(199,51,65); }

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