Html Css Color HEX #C33642 Brick Red

📋 copy color: '#C33642'

red 195 ◦ green 54 ◦ blue 66

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

Shades of Brick Red #C33642

Tints of Brick Red #C33642

RGB

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

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

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

R = 61.9%
G = 17.14%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C33642 (or 0xC33642) is known color: Brick Red. HEX triplet: C3, 36 and 42. RGB value is (195,54,66). Sum of RGB (Red+Green+Blue) = 195+54+66=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C33642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33642 is #3CC9BD. Grayscale: #616161. Windows color (decimal): -3983806 or 4339395. OLE color: 4339395.

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

Color convert

RGB 195 54 66 -
CMYK 0 0.72 0.66 0.24
HSL 354.89º 0.57% 0.49% -
HSV(B) 354.89º 0.72% 0.76% -
XYZ 24.81 14.63 6.67 -
YUV 97.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 195 54 66 0 0.72 0.66 0.24 354.89 0.57 0.49
Hex C3 36 42 0 48 42 18 163 39 31
Octal 303 66 102 0 110 102 30 543 71 61
Binary 11000011 110110 1000010 0 1001000 1000010 11000 101100011 111001 110001

Color Harmonies of #C33642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33642

Black with #C33642

Text Example


Text Example

White with #C33642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33642; }

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

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

background-color css

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

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

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

border-color css

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

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

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