Html Css Color HEX #C33042 Brick Red

📋 copy color: '#C33042'

red 195 ◦ green 48 ◦ blue 66

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

Shades of Brick Red #C33042

Tints of Brick Red #C33042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

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

R = 63.11%
G = 15.53%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C33042 (or 0xC33042) is known color: Brick Red. HEX triplet: C3, 30 and 42. RGB value is (195,48,66). Sum of RGB (Red+Green+Blue) = 195+48+66=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C33042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33042 is #3CCFBD. Grayscale: #5E5E5E. Windows color (decimal): -3985342 or 4337859. OLE color: 4337859.

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

Color convert

RGB 195 48 66 -
CMYK 0 0.75 0.66 0.24
HSL 352.65º 0.6% 0.48% -
HSV(B) 352.65º 0.75% 0.76% -
XYZ 24.55 14.11 6.58 -
YUV 94.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 195 48 66 0 0.75 0.66 0.24 352.65 0.6 0.48
Hex C3 30 42 0 4B 42 18 161 3C 30
Octal 303 60 102 0 113 102 30 541 74 60
Binary 11000011 110000 1000010 0 1001011 1000010 11000 101100001 111100 110000

Color Harmonies of #C33042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33042

Black with #C33042

Text Example


Text Example

White with #C33042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33042; }

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

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

background-color css

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

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

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

border-color css

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

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

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