Html Css Color HEX #C33641 Brick Red

📋 copy color: '#C33641'

red 195 ◦ green 54 ◦ blue 65

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

Shades of Brick Red #C33641

Tints of Brick Red #C33641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 62.1%
G = 17.2%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C33641 (or 0xC33641) is known color: Brick Red. HEX triplet: C3, 36 and 41. RGB value is (195,54,65). Sum of RGB (Red+Green+Blue) = 195+54+65=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C33641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33641 is #3CC9BE. Grayscale: #616161. Windows color (decimal): -3983807 or 4273859. OLE color: 4273859.

HSL color Cylindrical-coordinate representation of color #C33641: hue angle of 355.32º degrees, saturation: 0.57, 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 #C33641 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 65 -
CMYK 0 0.72 0.67 0.24
HSL 355.32º 0.57% 0.49% -
HSV(B) 355.32º 0.72% 0.76% -
XYZ 24.78 14.62 6.52 -
YUV 97.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 195 54 65 0 0.72 0.67 0.24 355.32 0.57 0.49
Hex C3 36 41 0 48 43 18 163 39 31
Octal 303 66 101 0 110 103 30 543 71 61
Binary 11000011 110110 1000001 0 1001000 1000011 11000 101100011 111001 110001

Color Harmonies of #C33641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33641

Black with #C33641

Text Example


Text Example

White with #C33641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33641; }

 p { color: rgb(195,54,65); }

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

background-color css

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

 a { background-color: rgb(195,54,65); }

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

border-color css

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

 span { border-color: rgb(195,54,65); }

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