Html Css Color HEX #C33942 Brick Red

📋 copy color: '#C33942'

red 195 ◦ green 57 ◦ blue 66

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

Shades of Brick Red #C33942

Tints of Brick Red #C33942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.92%

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

R = 61.32%
G = 17.92%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C33942 (or 0xC33942) is known color: Brick Red. HEX triplet: C3, 39 and 42. RGB value is (195,57,66). Sum of RGB (Red+Green+Blue) = 195+57+66=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C33942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33942 is #3CC6BD. Grayscale: #636363. Windows color (decimal): -3983038 or 4340163. OLE color: 4340163.

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

Color convert

RGB 195 57 66 -
CMYK 0 0.71 0.66 0.24
HSL 356.09º 0.55% 0.49% -
HSV(B) 356.09º 0.71% 0.76% -
XYZ 24.95 14.92 6.72 -
YUV 99.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 195 57 66 0 0.71 0.66 0.24 356.09 0.55 0.49
Hex C3 39 42 0 47 42 18 164 37 31
Octal 303 71 102 0 107 102 30 544 67 61
Binary 11000011 111001 1000010 0 1000111 1000010 11000 101100100 110111 110001

Color Harmonies of #C33942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33942

Black with #C33942

Text Example


Text Example

White with #C33942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33942; }

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

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

background-color css

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

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

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

border-color css

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

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

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