Html Css Color HEX #C33142 Brick Red

📋 copy color: '#C33142'

red 195 ◦ green 49 ◦ blue 66

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

Shades of Brick Red #C33142

Tints of Brick Red #C33142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 62.9%
G = 15.81%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C33142 (or 0xC33142) is known color: Brick Red. HEX triplet: C3, 31 and 42. RGB value is (195,49,66). Sum of RGB (Red+Green+Blue) = 195+49+66=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C33142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33142 is #3CCEBD. Grayscale: #5E5E5E. Windows color (decimal): -3985086 or 4338115. OLE color: 4338115.

HSL color Cylindrical-coordinate representation of color #C33142: hue angle of 353.01º 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 #C33142 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 66 -
CMYK 0 0.75 0.66 0.24
HSL 353.01º 0.6% 0.48% -
HSV(B) 353.01º 0.75% 0.76% -
XYZ 24.59 14.19 6.6 -
YUV 94.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 195 49 66 0 0.75 0.66 0.24 353.01 0.6 0.48
Hex C3 31 42 0 4B 42 18 161 3C 30
Octal 303 61 102 0 113 102 30 541 74 60
Binary 11000011 110001 1000010 0 1001011 1000010 11000 101100001 111100 110000

Color Harmonies of #C33142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33142

Black with #C33142

Text Example


Text Example

White with #C33142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33142; }

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

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

background-color css

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

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

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

border-color css

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

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

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