Html Css Color HEX #C33F45 Brick Red

📋 copy color: '#C33F45'

red 195 ◦ green 63 ◦ blue 69

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

Shades of Brick Red #C33F45

Tints of Brick Red #C33F45

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 59.63%
G = 19.27%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C33F45 (or 0xC33F45) is known color: Brick Red. HEX triplet: C3, 3F and 45. RGB value is (195,63,69). Sum of RGB (Red+Green+Blue) = 195+63+69=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F45 is #3CC0BA. Grayscale: #676767. Windows color (decimal): -3981499 or 4538307. OLE color: 4538307.

HSL color Cylindrical-coordinate representation of color #C33F45: hue angle of 357.27º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F45 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 69 -
CMYK 0 0.68 0.65 0.24
HSL 357.27º 0.52% 0.51% -
HSV(B) 357.27º 0.68% 0.76% -
XYZ 25.36 15.59 7.3 -
YUV 103.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 195 63 69 0 0.68 0.65 0.24 357.27 0.52 0.51
Hex C3 3F 45 0 44 41 18 165 34 33
Octal 303 77 105 0 104 101 30 545 64 63
Binary 11000011 111111 1000101 0 1000100 1000001 11000 101100101 110100 110011

Color Harmonies of #C33F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F45

Black with #C33F45

Text Example


Text Example

White with #C33F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F45; }

 p { color: rgb(195,63,69); }

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

background-color css

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

 a { background-color: rgb(195,63,69); }

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

border-color css

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

 span { border-color: rgb(195,63,69); }

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