Html Css Color HEX #C33445 Brick Red

📋 copy color: '#C33445'

red 195 ◦ green 52 ◦ blue 69

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

Shades of Brick Red #C33445

Tints of Brick Red #C33445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

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

R = 61.71%
G = 16.46%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C33445 (or 0xC33445) is known color: Brick Red. HEX triplet: C3, 34 and 45. RGB value is (195,52,69). Sum of RGB (Red+Green+Blue) = 195+52+69=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C33445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33445 is #3CCBBA. Grayscale: #606060. Windows color (decimal): -3984315 or 4535491. OLE color: 4535491.

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

Color convert

RGB 195 52 69 -
CMYK 0 0.73 0.65 0.24
HSL 352.87º 0.58% 0.48% -
HSV(B) 352.87º 0.73% 0.76% -
XYZ 24.81 14.49 7.12 -
YUV 96.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 195 52 69 0 0.73 0.65 0.24 352.87 0.58 0.48
Hex C3 34 45 0 49 41 18 161 3A 30
Octal 303 64 105 0 111 101 30 541 72 60
Binary 11000011 110100 1000101 0 1001001 1000001 11000 101100001 111010 110000

Color Harmonies of #C33445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33445

Black with #C33445

Text Example


Text Example

White with #C33445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33445; }

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

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

background-color css

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

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

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

border-color css

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

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

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