Html Css Color HEX #C33542 Brick Red

📋 copy color: '#C33542'

red 195 ◦ green 53 ◦ blue 66

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

Shades of Brick Red #C33542

Tints of Brick Red #C33542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 62.1%
G = 16.88%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C33542 (or 0xC33542) is known color: Brick Red. HEX triplet: C3, 35 and 42. RGB value is (195,53,66). Sum of RGB (Red+Green+Blue) = 195+53+66=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C33542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33542 is #3CCABD. Grayscale: #616161. Windows color (decimal): -3984062 or 4339139. OLE color: 4339139.

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

Color convert

RGB 195 53 66 -
CMYK 0 0.73 0.66 0.24
HSL 354.51º 0.57% 0.49% -
HSV(B) 354.51º 0.73% 0.76% -
XYZ 24.76 14.54 6.66 -
YUV 96.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 195 53 66 0 0.73 0.66 0.24 354.51 0.57 0.49
Hex C3 35 42 0 49 42 18 163 39 31
Octal 303 65 102 0 111 102 30 543 71 61
Binary 11000011 110101 1000010 0 1001001 1000010 11000 101100011 111001 110001

Color Harmonies of #C33542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33542

Black with #C33542

Text Example


Text Example

White with #C33542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33542; }

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

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

background-color css

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

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

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

border-color css

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

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

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