Html Css Color HEX #C33347 Brick Red

📋 copy color: '#C33347'

red 195 ◦ green 51 ◦ blue 71

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

Shades of Brick Red #C33347

Tints of Brick Red #C33347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.4%

R = 61.51%
G = 16.09%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C33347 (or 0xC33347) is known color: Brick Red. HEX triplet: C3, 33 and 47. RGB value is (195,51,71). Sum of RGB (Red+Green+Blue) = 195+51+71=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C33347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33347 is #3CCCB8. Grayscale: #606060. Windows color (decimal): -3984569 or 4666307. OLE color: 4666307.

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

Color convert

RGB 195 51 71 -
CMYK 0 0.74 0.64 0.24
HSL 351.67º 0.59% 0.48% -
HSV(B) 351.67º 0.74% 0.76% -
XYZ 24.83 14.42 7.44 -
YUV 96.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 195 51 71 0 0.74 0.64 0.24 351.67 0.59 0.48
Hex C3 33 47 0 4A 40 18 160 3B 30
Octal 303 63 107 0 112 100 30 540 73 60
Binary 11000011 110011 1000111 0 1001010 1000000 11000 101100000 111011 110000

Color Harmonies of #C33347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33347

Black with #C33347

Text Example


Text Example

White with #C33347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33347; }

 p { color: rgb(195,51,71); }

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

background-color css

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

 a { background-color: rgb(195,51,71); }

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

border-color css

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

 span { border-color: rgb(195,51,71); }

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