Html Css Color HEX #C33744 Brick Red

📋 copy color: '#C33744'

red 195 ◦ green 55 ◦ blue 68

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

Shades of Brick Red #C33744

Tints of Brick Red #C33744

RGB

 RED value IS 195 (76.56% from 255) = 61.32%

 GREEN value IS 55 (21.88% from 255) = 17.3%

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

R = 61.32%
G = 17.3%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C33744 (or 0xC33744) is known color: Brick Red. HEX triplet: C3, 37 and 44. RGB value is (195,55,68). Sum of RGB (Red+Green+Blue) = 195+55+68=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C33744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33744 is #3CC8BB. Grayscale: #626262. Windows color (decimal): -3983548 or 4470723. OLE color: 4470723.

HSL color Cylindrical-coordinate representation of color #C33744: hue angle of 354.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33744 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 68 -
CMYK 0 0.72 0.65 0.24
HSL 354.43º 0.56% 0.49% -
HSV(B) 354.43º 0.72% 0.76% -
XYZ 24.92 14.75 7 -
YUV 98.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 195 55 68 0 0.72 0.65 0.24 354.43 0.56 0.49
Hex C3 37 44 0 48 41 18 162 38 31
Octal 303 67 104 0 110 101 30 542 70 61
Binary 11000011 110111 1000100 0 1001000 1000001 11000 101100010 111000 110001

Color Harmonies of #C33744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33744

Black with #C33744

Text Example


Text Example

White with #C33744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33744; }

 p { color: rgb(195,55,68); }

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

background-color css

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

 a { background-color: rgb(195,55,68); }

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

border-color css

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

 span { border-color: rgb(195,55,68); }

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