Html Css Color HEX #C33342 Brick Red

📋 copy color: '#C33342'

red 195 ◦ green 51 ◦ blue 66

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

Shades of Brick Red #C33342

Tints of Brick Red #C33342

RGB

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

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

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

R = 62.5%
G = 16.35%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C33342 (or 0xC33342) is known color: Brick Red. HEX triplet: C3, 33 and 42. RGB value is (195,51,66). Sum of RGB (Red+Green+Blue) = 195+51+66=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C33342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33342 is #3CCCBD. Grayscale: #5F5F5F. Windows color (decimal): -3984574 or 4338627. OLE color: 4338627.

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

Color convert

RGB 195 51 66 -
CMYK 0 0.74 0.66 0.24
HSL 353.75º 0.59% 0.48% -
HSV(B) 353.75º 0.74% 0.76% -
XYZ 24.67 14.36 6.63 -
YUV 95.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 195 51 66 0 0.74 0.66 0.24 353.75 0.59 0.48
Hex C3 33 42 0 4A 42 18 162 3B 30
Octal 303 63 102 0 112 102 30 542 73 60
Binary 11000011 110011 1000010 0 1001010 1000010 11000 101100010 111011 110000

Color Harmonies of #C33342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33342

Black with #C33342

Text Example


Text Example

White with #C33342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33342; }

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

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

background-color css

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

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

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

border-color css

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

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

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