Html Css Color HEX #C33144 Brick Red

📋 copy color: '#C33144'

red 195 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #C33144

Tints of Brick Red #C33144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

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

R = 62.5%
G = 15.71%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C33144 (or 0xC33144) is known color: Brick Red. HEX triplet: C3, 31 and 44. RGB value is (195,49,68). Sum of RGB (Red+Green+Blue) = 195+49+68=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C33144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33144 is #3CCEBB. Grayscale: #5E5E5E. Windows color (decimal): -3985084 or 4469187. OLE color: 4469187.

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

Color convert

RGB 195 49 68 -
CMYK 0 0.75 0.65 0.24
HSL 352.19º 0.6% 0.48% -
HSV(B) 352.19º 0.75% 0.76% -
XYZ 24.65 14.22 6.91 -
YUV 94.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 195 49 68 0 0.75 0.65 0.24 352.19 0.6 0.48
Hex C3 31 44 0 4B 41 18 160 3C 30
Octal 303 61 104 0 113 101 30 540 74 60
Binary 11000011 110001 1000100 0 1001011 1000001 11000 101100000 111100 110000

Color Harmonies of #C33144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33144

Black with #C33144

Text Example


Text Example

White with #C33144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33144; }

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

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

background-color css

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

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

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

border-color css

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

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

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