Html Css Color HEX #C33242 Brick Red

📋 copy color: '#C33242'

red 195 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #C33242

Tints of Brick Red #C33242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 62.7%
G = 16.08%
B = 21.22%

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

#C33242 (or 0xC33242) is known color: Brick Red. HEX triplet: C3, 32 and 42. RGB value is (195,50,66). Sum of RGB (Red+Green+Blue) = 195+50+66=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C33242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33242 is #3CCDBD. Grayscale: #5F5F5F. Windows color (decimal): -3984830 or 4338371. OLE color: 4338371.

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

Color convert

RGB 195 50 66 -
CMYK 0 0.74 0.66 0.24
HSL 353.38º 0.59% 0.48% -
HSV(B) 353.38º 0.74% 0.76% -
XYZ 24.63 14.28 6.61 -
YUV 95.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 195 50 66 0 0.74 0.66 0.24 353.38 0.59 0.48
Hex C3 32 42 0 4A 42 18 161 3B 30
Octal 303 62 102 0 112 102 30 541 73 60
Binary 11000011 110010 1000010 0 1001010 1000010 11000 101100001 111011 110000

Color Harmonies of #C33242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33242

Black with #C33242

Text Example


Text Example

White with #C33242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33242; }

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

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

background-color css

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

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

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

border-color css

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

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

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